Skip to content

Commit cb23813

Browse files
committed
New artifacts added
1 parent ab3b3b9 commit cb23813

33 files changed

+3314
-27
lines changed

artifacts/browser/tor.yml

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
title: "Tor Browser Privacy Configuration"
2+
category: "browser"
3+
description: "Tor Browser settings, anonymity preferences, and privacy-focused browsing configuration"
4+
5+
paths:
6+
- "HKCU\\Software\\Mozilla\\Firefox\\Profiles\\*\\Tor Browser"
7+
- "HKLM\\SOFTWARE\\Mozilla\\Firefox\\Tor Browser"
8+
- "HKCU\\Software\\Classes\\TorBrowser"
9+
- "HKLM\\SOFTWARE\\Classes\\TorBrowser"
10+
11+
details:
12+
what: |
13+
Tor Browser manages privacy-focused web browsing including anonymity settings,
14+
proxy configurations, security levels, and anti-tracking preferences. Registry
15+
stores installation data, security configurations, bridge settings, and privacy
16+
preferences for comprehensive anonymous browsing analysis and privacy-conscious
17+
internet usage behavior tracking in sensitive or security-focused environments.
18+
19+
forensic_value: |
20+
Critical for investigating privacy-conscious behavior, potential anonymous
21+
communications, dark web access, and security-aware browsing patterns. Shows
22+
evidence of anonymity-seeking behavior, privacy tool usage, potential illicit
23+
activities, and can indicate attempts to evade monitoring, access restricted
24+
content, or maintain operational security in sensitive investigations.
25+
26+
structure: |
27+
Tor Browser configuration includes proxy settings, security level preferences,
28+
bridge configurations, and anonymity options. Privacy settings track JavaScript
29+
restrictions, plugin blocking, and anti-fingerprinting measures for comprehensive
30+
privacy-focused browsing behavior analysis and security-conscious user profiling.
31+
32+
examples:
33+
- "InstallPath: C:\\Users\\user\\Desktop\\Tor Browser"
34+
- "SecurityLevel: Safest (Highest security configuration)"
35+
- "BridgeSettings: obfs4 (Pluggable transport bridges)"
36+
- "NoScript: 1 (JavaScript blocking enabled)"
37+
- "Letterboxing: 1 (Anti-fingerprinting protection)"
38+
- "ProxyType: SOCKS5 (Tor proxy configuration)"
39+
- "ExitCountry: {us} (Preferred exit node country)"
40+
41+
tools:
42+
- name: "Tor Browser"
43+
description: "Privacy-focused web browser for anonymous browsing"
44+
- name: "Tor Network Status"
45+
description: "Tools for monitoring Tor network connectivity and status"
46+
- name: "Registry Explorer"
47+
url: "https://ericzimmerman.github.io/#!index.md"
48+
description: "Advanced registry analysis and browsing tool"
49+
50+
metadata:
51+
windows_versions:
52+
- "Windows XP"
53+
- "Windows Vista"
54+
- "Windows 7"
55+
- "Windows 8"
56+
- "Windows 8.1"
57+
- "Windows 10"
58+
- "Windows 11"
59+
60+
introduced: "Tor Browser"
61+
62+
criticality: "high"
63+
64+
investigation_types:
65+
- "behavioral-analysis"
66+
- "incident-response"
67+
- "malware-analysis"
68+
69+
tags:
70+
- "tor"
71+
- "privacy"
72+
- "anonymity"
73+
- "dark-web"
74+
- "security"
75+
- "anti-surveillance"
76+
- "onion-routing"
77+
78+
references:
79+
- title: "Tor Project"
80+
url: "https://www.torproject.org/"
81+
type: "official"
82+
83+
retention:
84+
default_location: "Registry hive files (SOFTWARE, NTUSER.DAT)"
85+
persistence: "Privacy settings persist until manual reconfiguration"
86+
volatility: "Anonymity tool usage provides evidence of privacy-conscious behavior"
87+
88+
related_artifacts:
89+
- "privacy_tools"
90+
- "browser_security"
91+
- "anonymity_software"
92+
93+
author:
94+
name: "Tonmoy Jitu"
95+
github: "tonmoy0010"
96+
x: "tonmoy0010"
97+
98+
contribution:
99+
date_added: "2025-06-08"
100+
last_updated: "2025-06-08"
101+
version: "1.0"

artifacts/cloud/box_sync.yml

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
title: "Box Sync and Drive Client"
2+
category: "cloud"
3+
description: "Box Sync and Box Drive configuration, enterprise integration, and file synchronization"
4+
5+
paths:
6+
- "HKCU\\Software\\Box\\Box"
7+
- "HKLM\\SOFTWARE\\Box\\Box Edit"
8+
- "HKLM\\SOFTWARE\\Box\\Box Sync"
9+
- "HKCU\\Software\\Box\\Box Drive"
10+
11+
details:
12+
what: |
13+
Box Sync and Box Drive manage enterprise cloud storage synchronization including
14+
folder mapping, authentication with Box enterprise accounts, collaboration settings,
15+
and security policies. Registry tracks installation configurations, user credentials,
16+
folder sync preferences, and Box Edit integration for comprehensive enterprise
17+
content management and secure file sharing in business environments.
18+
19+
forensic_value: |
20+
Critical for investigating enterprise data exfiltration, unauthorized access to
21+
Box repositories, and violation of corporate data governance policies. Shows evidence
22+
of Box usage in enterprise environments, shared folder access, collaboration
23+
activities, and potential data leakage through Box platform. Essential for analyzing
24+
insider threats and unauthorized data sharing in corporate settings.
25+
26+
structure: |
27+
Box configuration includes enterprise account identifiers, sync folder locations,
28+
collaboration permissions, security settings, and Box Edit integration preferences.
29+
Enterprise policies control access restrictions, sharing permissions, and data
30+
governance compliance for comprehensive Box platform security management.
31+
32+
examples:
33+
- "BoxSyncPath: C:\\Users\\user\\Box Sync"
34+
- "BoxDrivePath: B:\\ (Box Drive mount point)"
35+
- "EnterpriseID: company.app.box.com (Enterprise Box instance)"
36+
- "UserEmail: [email protected] (Box enterprise account)"
37+
- "CollaborationEnabled: 1 (File collaboration allowed)"
38+
- "BoxEditEnabled: 1 (Box Edit integration active)"
39+
- "OfflineAccess: 0 (Offline file access disabled)"
40+
41+
tools:
42+
- name: "Box Sync/Drive Settings"
43+
description: "Built-in Box application configuration interface"
44+
- name: "Box Admin Console"
45+
description: "Enterprise Box administration and audit capabilities"
46+
- name: "Registry Explorer"
47+
url: "https://ericzimmerman.github.io/#!index.md"
48+
description: "Advanced registry analysis and browsing tool"
49+
50+
metadata:
51+
windows_versions:
52+
- "Windows 7"
53+
- "Windows 8"
54+
- "Windows 8.1"
55+
- "Windows 10"
56+
- "Windows 11"
57+
58+
introduced: "Box Sync Client"
59+
60+
criticality: "medium"
61+
62+
investigation_types:
63+
- "data-exfiltration"
64+
- "insider-threat"
65+
- "behavioral-analysis"
66+
67+
tags:
68+
- "box"
69+
- "enterprise-storage"
70+
- "collaboration"
71+
- "file-sharing"
72+
- "box-drive"
73+
- "data-governance"
74+
75+
references:
76+
- title: "Box Drive Documentation"
77+
url: "https://support.box.com/hc/en-us/sections/360007415174-Box-Drive"
78+
type: "official"
79+
80+
retention:
81+
default_location: "Registry hive files (SOFTWARE, NTUSER.DAT)"
82+
persistence: "Enterprise configurations persist per corporate policies"
83+
volatility: "Collaboration activity provides enterprise data sharing intelligence"
84+
85+
related_artifacts:
86+
- "enterprise_storage"
87+
- "file_collaboration"
88+
- "data_governance"
89+
90+
author:
91+
name: "Tonmoy Jitu"
92+
github: "tonmoy0010"
93+
x: "tonmoy0010"
94+
95+
contribution:
96+
date_added: "2025-06-08"
97+
last_updated: "2025-06-08"
98+
version: "1.0"
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
title: "Dropbox Desktop Client"
2+
category: "cloud"
3+
description: "Dropbox desktop application configuration, sync settings, and account management"
4+
5+
paths:
6+
- "HKCU\\Software\\Dropbox"
7+
- "HKLM\\SOFTWARE\\Dropbox"
8+
- "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Dropbox"
9+
- "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\Dropbox"
10+
11+
details:
12+
what: |
13+
Dropbox Desktop Client manages file synchronization configuration including sync folder
14+
locations, account authentication, selective sync preferences, bandwidth controls,
15+
and LAN sync settings. Registry stores installation paths, user credentials, team
16+
folder configurations, and Smart Sync behavior for comprehensive cloud storage
17+
management and collaborative file sharing across multiple devices and platforms.
18+
19+
forensic_value: |
20+
Essential for investigating data exfiltration through Dropbox, unauthorized file
21+
sharing with external parties, and intellectual property theft. Shows evidence of
22+
Dropbox usage patterns, shared folder access, team memberships, and potential data
23+
leakage vectors. Can reveal deliberate data theft through personal Dropbox accounts
24+
or unauthorized sharing of sensitive corporate information.
25+
26+
structure: |
27+
Dropbox configuration includes account identifiers, sync folder paths, selective
28+
sync exclusions, bandwidth settings, LAN sync preferences, and Smart Sync policies.
29+
Team configuration shows business account integration, shared folder access, and
30+
administrative controls for enterprise Dropbox management.
31+
32+
examples:
33+
- "DropboxPath: C:\\Users\\user\\Dropbox"
34+
- "AccountEmail: [email protected] (Business Dropbox account)"
35+
- "AccountEmail: [email protected] (Personal Dropbox account)"
36+
- "SelectiveSync: {Private, Confidential} (Excluded folders)"
37+
- "LanSync: 1 (Local network synchronization enabled)"
38+
- "SmartSync: 1 (Online-only files enabled)"
39+
- "BandwidthLimit: 100 (Upload limit in KB/s)"
40+
41+
tools:
42+
- name: "Dropbox Desktop Preferences"
43+
description: "Built-in Dropbox configuration and account management"
44+
- name: "Registry Explorer"
45+
url: "https://ericzimmerman.github.io/#!index.md"
46+
description: "Advanced registry analysis and browsing tool"
47+
- name: "Dropbox Business Admin Console"
48+
description: "Enterprise Dropbox monitoring and audit tools"
49+
50+
metadata:
51+
windows_versions:
52+
- "Windows 7"
53+
- "Windows 8"
54+
- "Windows 8.1"
55+
- "Windows 10"
56+
- "Windows 11"
57+
58+
introduced: "Dropbox Desktop Client"
59+
60+
criticality: "medium"
61+
62+
investigation_types:
63+
- "data-exfiltration"
64+
- "insider-threat"
65+
- "behavioral-analysis"
66+
67+
tags:
68+
- "dropbox"
69+
- "cloud-storage"
70+
- "file-sharing"
71+
- "team-folders"
72+
- "smart-sync"
73+
- "data-exfiltration"
74+
75+
references:
76+
- title: "Dropbox Desktop App"
77+
url: "https://help.dropbox.com/desktop/get-started"
78+
type: "official"
79+
80+
retention:
81+
default_location: "Registry hive files (SOFTWARE, NTUSER.DAT)"
82+
persistence: "Sync settings persist until manually changed or app removal"
83+
volatility: "Real-time sync activity provides data movement evidence"
84+
85+
related_artifacts:
86+
- "file_access_history"
87+
- "browser_downloads"
88+
- "recent_documents"
89+
90+
author:
91+
name: "Tonmoy Jitu"
92+
github: "tonmoy0010"
93+
x: "tonmoy0010"
94+
95+
contribution:
96+
date_added: "2025-06-08"
97+
last_updated: "2025-06-08"
98+
version: "1.0"
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
title: "Google Drive Desktop Client"
2+
category: "cloud"
3+
description: "Google Drive for Desktop configuration, sync settings, and account information"
4+
5+
paths:
6+
- "HKCU\\Software\\Google\\Drive"
7+
- "HKCU\\Software\\Google\\DriveFS"
8+
- "HKLM\\SOFTWARE\\Google\\Drive"
9+
- "HKLM\\SOFTWARE\\Google\\Update\\Clients\\{E5972223-1C8E-4C23-8010-F2B6F9F24818}"
10+
11+
details:
12+
what: |
13+
Google Drive Desktop Client stores synchronization configuration including sync folder
14+
locations, account authentication data, selective sync preferences, bandwidth settings,
15+
and file stream configurations. Registry tracks installation paths, user accounts,
16+
Google Workspace integration, backup settings, and Drive File Stream behavior for
17+
comprehensive cloud storage management and file synchronization across devices.
18+
19+
forensic_value: |
20+
Critical for investigating data exfiltration through Google Drive, unauthorized file
21+
sharing to personal accounts, and intellectual property theft. Shows evidence of
22+
Google Drive usage patterns, synced folder locations, account associations, and
23+
potential data leakage vectors. Can reveal deliberate or accidental exposure of
24+
sensitive corporate data through personal Google accounts and unauthorized synchronization.
25+
26+
structure: |
27+
Google Drive configuration includes account identifiers, sync root paths, selective
28+
sync folder lists, bandwidth throttling settings, and Drive File Stream mounting
29+
options. Installation data provides version information, update preferences, and
30+
integration settings for comprehensive Google Drive behavior analysis.
31+
32+
examples:
33+
- "SyncRootPath: C:\\Users\\user\\Google Drive"
34+
- "Account: [email protected] (Google Workspace account)"
35+
- "Account: [email protected] (Personal Google account)"
36+
- "DriveFS MountPoint: G:\\ (Drive File Stream mount)"
37+
- "SelectiveSync: {folder1, folder2} (Only specific folders synchronized)"
38+
- "BandwidthRx: 1024 (Download bandwidth limit in KB/s)"
39+
- "BandwidthTx: 512 (Upload bandwidth limit in KB/s)"
40+
41+
tools:
42+
- name: "Google Drive Desktop Settings"
43+
description: "Built-in Google Drive configuration interface"
44+
- name: "Registry Explorer"
45+
url: "https://ericzimmerman.github.io/#!index.md"
46+
description: "Advanced registry analysis and browsing tool"
47+
- name: "Google Takeout"
48+
url: "https://takeout.google.com"
49+
description: "Google data export tool for comprehensive analysis"
50+
51+
metadata:
52+
windows_versions:
53+
- "Windows 7"
54+
- "Windows 8"
55+
- "Windows 8.1"
56+
- "Windows 10"
57+
- "Windows 11"
58+
59+
introduced: "Google Drive Desktop (2021)"
60+
61+
criticality: "medium"
62+
63+
investigation_types:
64+
- "data-exfiltration"
65+
- "insider-threat"
66+
- "behavioral-analysis"
67+
68+
tags:
69+
- "google-drive"
70+
- "cloud-storage"
71+
- "data-sync"
72+
- "file-sharing"
73+
- "google-workspace"
74+
- "data-exfiltration"
75+
76+
references:
77+
- title: "Google Drive Desktop Documentation"
78+
url: "https://support.google.com/drive/answer/7329379"
79+
type: "official"
80+
81+
retention:
82+
default_location: "Registry hive files (SOFTWARE, NTUSER.DAT)"
83+
persistence: "Configuration persists until application removal or account changes"
84+
volatility: "Sync activity provides ongoing data movement intelligence"
85+
86+
related_artifacts:
87+
- "browser_downloads"
88+
- "recent_documents"
89+
- "file_access_history"
90+
91+
author:
92+
name: "Tonmoy Jitu"
93+
github: "tonmoy0010"
94+
x: "tonmoy0010"
95+
96+
contribution:
97+
date_added: "2025-06-08"
98+
last_updated: "2025-06-08"
99+
version: "1.0"

0 commit comments

Comments
 (0)