Skip to content

Commit bc2550f

Browse files
committed
include hindsight and associate with chromium apps
1 parent 5c2f29d commit bc2550f

File tree

4 files changed

+45
-7
lines changed

4 files changed

+45
-7
lines changed

public/apps-core.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,8 @@
10771077
"Brave Tab History - Android",
10781078
"Brave Top Sites",
10791079
"Brave Web History",
1080-
"Brave Web Visits"
1080+
"Brave Web Visits",
1081+
"Chromium Based Browser"
10811082
]
10821083
},
10831084
{
@@ -1302,7 +1303,9 @@
13021303
"notes": "",
13031304
"dateAdded": "2023-10-11",
13041305
"dateUpdated": "",
1305-
"alternateNames": []
1306+
"alternateNames": [
1307+
"Chromium Based Browser"
1308+
]
13061309
},
13071310
{
13081311
"appName": "Clubhouse",
@@ -2301,7 +2304,8 @@
23012304
"chromeBookmarks",
23022305
"Google Chrome: Fast & Secure",
23032306
"chromeAutofill",
2304-
"chrome"
2307+
"chrome",
2308+
"Chromium Based Browser"
23052309
]
23062310
},
23072311
{
@@ -3865,7 +3869,8 @@
38653869
"Edge Chromium Tab History",
38663870
"Edge Chromium FavIcons",
38673871
"Edge Chromium Keyword Search Terms",
3868-
"Edge Chromium Bookmarks"
3872+
"Edge Chromium Bookmarks",
3873+
"Chromium Based Browser"
38693874
]
38703875
},
38713876
{
@@ -4460,7 +4465,8 @@
44604465
"com.opera.OperaMini",
44614466
"com.opera.mini.native.beta",
44624467
"com.opera.mini.native",
4463-
"com.opera.Coast"
4468+
"com.opera.Coast",
4469+
"Chromium Based Browser"
44644470
]
44654471
},
44664472
{
@@ -6291,7 +6297,8 @@
62916297
"dateAdded": "2023-10-11",
62926298
"dateUpdated": "2023-10-25",
62936299
"alternateNames": [
6294-
"Vivaldi"
6300+
"Vivaldi",
6301+
"Chromium Based Browser"
62956302
]
62966303
},
62976304
{
@@ -6813,7 +6820,8 @@
68136820
"Yandex Sync Data",
68146821
"Yandex Top Sites",
68156822
"Yandex Web History",
6816-
"Yandex Web Visits"
6823+
"Yandex Web Visits",
6824+
"Chromium Based Browser"
68176825
]
68186826
},
68196827
{

public/artifacts-hindsight.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"App Name": "Chromium Based Browser",
4+
"Platform": "Windows, Linux, macOS, iOS, Android, ChromeOS",
5+
"Supported Artifacts": [
6+
"URLs (History)",
7+
"Download History",
8+
"Cache Records",
9+
"Bookmarks",
10+
"Autofill Records",
11+
"Saved Passwords",
12+
"Preferences",
13+
"Browser Extensions",
14+
"HTTP Cookies",
15+
"Local Storage (HTML5 Cookies)"
16+
]
17+
}
18+
]
489 KB
Loading

public/tools.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,17 @@
5858
"appNameKey": "Application",
5959
"documentationLocation": "website at https://apps.mobiledit.com/",
6060
"extractionNotes": ""
61+
},
62+
{
63+
"toolShortName": "Hindsight",
64+
"toolLongName": "Hindsight Mobile Forensics",
65+
"website": "https://www.absoluteds.com/products/hindsight-mobile-forensics/",
66+
"toolVersion": "",
67+
"toolReleaseDate": "2023-11-01",
68+
"icon": "tool-logo-hindsight.png",
69+
"artifactListFile": "artifacts-hindsight.json",
70+
"appNameKey": "App Name",
71+
"documentationLocation": "website at https://www.hindsightforensic.com/",
72+
"extractionNotes": ""
6173
}
6274
]

0 commit comments

Comments
 (0)