update color palette, dependencies, fix in tools.yaml
This commit is contained in:
		
							parent
							
								
									8a6d9d3324
								
							
						
					
					
						commit
						bdee77f459
					
				
							
								
								
									
										374467
									
								
								data/embeddings.json
									
									
									
									
									
								
							
							
						
						
									
										374467
									
								
								data/embeddings.json
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -11,7 +11,7 @@
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@astrojs/node": "^9.4.3",
 | 
			
		||||
    "astro": "^5.13.3",
 | 
			
		||||
    "astro": "^5.13.7",
 | 
			
		||||
    "cookie": "^1.0.2",
 | 
			
		||||
    "dotenv": "^16.6.1",
 | 
			
		||||
    "jose": "^5.10.0",
 | 
			
		||||
 | 
			
		||||
@ -58,43 +58,43 @@ tools:
 | 
			
		||||
    license: Apache-2.0
 | 
			
		||||
    knowledgebase: false
 | 
			
		||||
  - name: Thorium
 | 
			
		||||
     icon: ⚛️
 | 
			
		||||
     type: software
 | 
			
		||||
     description: >-
 | 
			
		||||
       CISAs portable Hybrid-Analyse-Tool für die schnelle Untersuchung von Windows-
 | 
			
		||||
       Systemen auf bösartige Aktivitäten. Scannt mit kuratierten YARA- und
 | 
			
		||||
       Sigma-Regeln Arbeitsspeicher, Prozesse, Dateisystem, Netzwerkverbindungen und
 | 
			
		||||
       Systemprotokolle. Ideal für schnelle Triage im Incident Response, sowohl live als auch
 | 
			
		||||
       auf gemounteten Images. Die Ausgabe erfolgt in strukturierten JSON-Reports.
 | 
			
		||||
     domains:
 | 
			
		||||
       - incident-response
 | 
			
		||||
       - malware-analysis
 | 
			
		||||
     phases:
 | 
			
		||||
       - examination
 | 
			
		||||
       - analysis
 | 
			
		||||
     platforms:
 | 
			
		||||
       - Linux
 | 
			
		||||
     related_software:
 | 
			
		||||
       - Loki
 | 
			
		||||
       - YARA
 | 
			
		||||
       - Velociraptor
 | 
			
		||||
     skillLevel: intermediate
 | 
			
		||||
     accessType: download
 | 
			
		||||
     url: https://github.com/cisagov/thorium
 | 
			
		||||
     license: MIT
 | 
			
		||||
     knowledgebase: false
 | 
			
		||||
     tags:
 | 
			
		||||
      - cli
 | 
			
		||||
       - triage
 | 
			
		||||
       - fast-scan
 | 
			
		||||
       - ioc-matching
 | 
			
		||||
       - yara-scan
 | 
			
		||||
       - sigma-rules
 | 
			
		||||
       - memory-analysis
 | 
			
		||||
       - process-analysis
 | 
			
		||||
       - filesystem-scanning
 | 
			
		||||
       - log-analysis
 | 
			
		||||
       - portable
 | 
			
		||||
    icon: ⚛️
 | 
			
		||||
    type: software
 | 
			
		||||
    description: >-
 | 
			
		||||
      CISAs portable Hybrid-Analyse-Tool für die schnelle Untersuchung von Windows-
 | 
			
		||||
      Systemen auf bösartige Aktivitäten. Scannt mit kuratierten YARA- und
 | 
			
		||||
      Sigma-Regeln Arbeitsspeicher, Prozesse, Dateisystem, Netzwerkverbindungen und
 | 
			
		||||
      Systemprotokolle. Ideal für schnelle Triage im Incident Response, sowohl live als auch
 | 
			
		||||
      auf gemounteten Images. Die Ausgabe erfolgt in strukturierten JSON-Reports.
 | 
			
		||||
    domains:
 | 
			
		||||
      - incident-response
 | 
			
		||||
      - malware-analysis
 | 
			
		||||
    phases:
 | 
			
		||||
      - examination
 | 
			
		||||
      - analysis
 | 
			
		||||
    platforms:
 | 
			
		||||
      - Linux
 | 
			
		||||
    related_software:
 | 
			
		||||
      - Loki
 | 
			
		||||
      - YARA
 | 
			
		||||
      - Velociraptor
 | 
			
		||||
    skillLevel: intermediate
 | 
			
		||||
    accessType: download
 | 
			
		||||
    url: https://github.com/cisagov/thorium
 | 
			
		||||
    license: MIT
 | 
			
		||||
    knowledgebase: false
 | 
			
		||||
    tags:
 | 
			
		||||
    - cli
 | 
			
		||||
      - triage
 | 
			
		||||
      - fast-scan
 | 
			
		||||
      - ioc-matching
 | 
			
		||||
      - yara-scan
 | 
			
		||||
      - sigma-rules
 | 
			
		||||
      - memory-analysis
 | 
			
		||||
      - process-analysis
 | 
			
		||||
      - filesystem-scanning
 | 
			
		||||
      - log-analysis
 | 
			
		||||
      - portable
 | 
			
		||||
  - name: Volatility 3
 | 
			
		||||
    type: software
 | 
			
		||||
    description: >-
 | 
			
		||||
 | 
			
		||||
@ -1,61 +1,72 @@
 | 
			
		||||
/* PALETTE OPTION 1: BLUEPRINT & AMBER */
 | 
			
		||||
:root {
 | 
			
		||||
  /* Light Theme Colors */
 | 
			
		||||
  --color-bg: #fff;
 | 
			
		||||
  --color-bg-secondary: #f8fafc;
 | 
			
		||||
  --color-bg-tertiary: #e2e8f0;
 | 
			
		||||
  --color-text: #1e293b;
 | 
			
		||||
  --color-text-secondary: #64748b;
 | 
			
		||||
  --color-border: #cbd5e1;
 | 
			
		||||
  --color-primary: #2563eb;
 | 
			
		||||
  --color-primary-hover: #1d4ed8;
 | 
			
		||||
  --color-accent: #059669;
 | 
			
		||||
  --color-accent-hover: #047857;
 | 
			
		||||
  /* Light Theme */
 | 
			
		||||
  --color-bg: #ffffff;
 | 
			
		||||
  --color-bg-secondary: #f1f5f9; /* Slate 100 */
 | 
			
		||||
  --color-bg-tertiary: #e2e8f0; /* Slate 200 */
 | 
			
		||||
  --color-text: #0f172a;       /* Slate 900 */
 | 
			
		||||
  --color-text-secondary: #475569; /* Slate 600 */
 | 
			
		||||
  --color-border: #cbd5e1;     /* Slate 300 */
 | 
			
		||||
 | 
			
		||||
  --color-primary: #334155;      /* Slate 700 - A strong, serious primary */
 | 
			
		||||
  --color-primary-hover: #1e293b; /* Slate 800 */
 | 
			
		||||
 | 
			
		||||
  --color-accent: #b45309;       /* A sharp, focused amber for highlights */
 | 
			
		||||
  --color-accent-hover: #92400e;
 | 
			
		||||
 | 
			
		||||
  --color-warning: #d97706;
 | 
			
		||||
  --color-error: #dc2626;
 | 
			
		||||
  
 | 
			
		||||
  --color-hosted: #7c3aed;
 | 
			
		||||
  --color-hosted-bg: #f3f0ff;
 | 
			
		||||
  --color-oss: #059669;
 | 
			
		||||
  --color-oss-bg: #ecfdf5;
 | 
			
		||||
  --color-method: #0891b2;
 | 
			
		||||
  --color-method-bg: #f0f9ff;
 | 
			
		||||
  --color-concept: #ea580c;
 | 
			
		||||
  --color-error: #be123c;      /* A deeper, more serious red */
 | 
			
		||||
 | 
			
		||||
  /* Card/Tag Category Colors */
 | 
			
		||||
  --color-hosted: #4f46e5;      /* Indigo */
 | 
			
		||||
  --color-hosted-bg: #eef2ff;
 | 
			
		||||
  --color-oss: #0d9488;         /* Teal */
 | 
			
		||||
  --color-oss-bg: #f0fdfa;
 | 
			
		||||
  --color-method: #0891b2;      /* Cyan */
 | 
			
		||||
  --color-method-bg: #ecfeff;
 | 
			
		||||
  --color-concept: #c2410c;     /* Orange */
 | 
			
		||||
  --color-concept-bg: #fff7ed;
 | 
			
		||||
  
 | 
			
		||||
  /* Shadows */
 | 
			
		||||
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 5%);
 | 
			
		||||
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 10%);
 | 
			
		||||
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 10%);
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
  /* Shadows (Crisper) */
 | 
			
		||||
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 6%);
 | 
			
		||||
  --shadow-md: 0 3px 5px -1px rgb(0 0 0 / 8%);
 | 
			
		||||
  --shadow-lg: 0 8px 12px -3px rgb(0 0 0 / 10%);
 | 
			
		||||
 | 
			
		||||
  /* Transitions */
 | 
			
		||||
  --transition-fast: all 0.2s ease;
 | 
			
		||||
  --transition-medium: all 0.3s ease;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
[data-theme="dark"] {
 | 
			
		||||
  --color-bg: #0f172a;
 | 
			
		||||
  --color-bg-secondary: #1e293b;
 | 
			
		||||
  --color-bg-tertiary: #334155;
 | 
			
		||||
  --color-text: #f1f5f9;
 | 
			
		||||
  --color-text-secondary: #94a3b8;
 | 
			
		||||
  --color-border: #475569;
 | 
			
		||||
  --color-primary: #3b82f6;
 | 
			
		||||
  --color-primary-hover: #60a5fa;
 | 
			
		||||
  --color-accent: #10b981;
 | 
			
		||||
  --color-accent-hover: #34d399;
 | 
			
		||||
  /* Dark Theme */
 | 
			
		||||
  --color-bg: #0f172a;         /* Slate 900 */
 | 
			
		||||
  --color-bg-secondary: #1e293b; /* Slate 800 */
 | 
			
		||||
  --color-bg-tertiary: #334155; /* Slate 700 */
 | 
			
		||||
  --color-text: #f1f5f9;       /* Slate 100 */
 | 
			
		||||
  --color-text-secondary: #94a3b8; /* Slate 400 */
 | 
			
		||||
  --color-border: #475569;     /* Slate 600 */
 | 
			
		||||
 | 
			
		||||
  --color-primary: #64748b;      /* Slate 500 */
 | 
			
		||||
  --color-primary-hover: #94a3b8; /* Slate 400 */
 | 
			
		||||
 | 
			
		||||
  --color-accent: #f59e0b;       /* A brighter amber for dark mode contrast */
 | 
			
		||||
  --color-accent-hover: #fbbf24;
 | 
			
		||||
 | 
			
		||||
  --color-warning: #f59e0b;
 | 
			
		||||
  --color-error: #f87171;
 | 
			
		||||
  
 | 
			
		||||
  --color-hosted: #a855f7;
 | 
			
		||||
  --color-hosted-bg: #2e1065;
 | 
			
		||||
  --color-oss: #10b981;
 | 
			
		||||
  --color-oss-bg: #064e3b;
 | 
			
		||||
  --color-method: #0891b2;
 | 
			
		||||
  --color-error: #f43f5e;
 | 
			
		||||
 | 
			
		||||
  /* Card/Tag Category Colors */
 | 
			
		||||
  --color-hosted: #818cf8;      /* Indigo */
 | 
			
		||||
  --color-hosted-bg: #3730a3;
 | 
			
		||||
  --color-oss: #2dd4bf;         /* Teal */
 | 
			
		||||
  --color-oss-bg: #115e59;
 | 
			
		||||
  --color-method: #22d3ee;      /* Cyan */
 | 
			
		||||
  --color-method-bg: #164e63;
 | 
			
		||||
  --color-concept: #f97316;
 | 
			
		||||
  --color-concept: #fb923c;     /* Orange */
 | 
			
		||||
  --color-concept-bg: #7c2d12;
 | 
			
		||||
  
 | 
			
		||||
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 30%);
 | 
			
		||||
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 40%);
 | 
			
		||||
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 50%);
 | 
			
		||||
 | 
			
		||||
  /* Shadows (Subtler for dark mode) */
 | 
			
		||||
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 20%);
 | 
			
		||||
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 30%);
 | 
			
		||||
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 40%);
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user