Chapter 9: Internet Artifacts Flashcards
what is a browser
a program/ application a user can use to access websites via the world wide web
what are the most common browsers
- chrome (55%)
- safari (12%)
- internet explorer (8%)
- firefox (6%)
where does chrome store data
within diff databases, allowing options to sync across multiple platforms
what file are bookmarks (chrome)
- JSON Javascript object notation formatting file
- will not have a file extension
what info can we see when you open a JSON bookmark file in a text reader
- date added
- last visited
- name of bookmark
- url
what folders are found under the root directory when viewing a JSON bookmark file in a text viewer
- bookmark_bar additional children folders and their info
- other
- synced
is the presence of an incriminating bookmark enough to act on
may or may not, typically you should show they acc visited the page
what can be found in the chrome history database
- downloads (where they got it from, where it is stored, start/stop time of download, and size)
- keyword search (what terms were searched)
- URL types (what was put into the search bar)
- history (URL visited by user, number of times, and date/time of visis)
what are cookies
- a dataset created by a website and stored on the user’s system
- designed to track the users activity (adding an item to cart or which pages were visited)
is the presence of a cookie evidence the user knowingly visited the site
no
what type of file are cookies in Chrome
- SQLite database
- no file extension
what key thing of interest can be seen on cache
server IP address
where can you find the password info saved in chrome
in the Logon Data file
what type of file is the saved password info in Chrome
- SQLight database
- no file extension
how are passwords saved in their SQLight database form in Chrome
- not the acc passwords
- stores info about the account, to encrypt passwords
- Chrome Pass will decrypt passwords
what is the web browser of the microsoft windows OS
internet explorer
how are bookmarks saved in internet explorer
URL format
how long does internet explorer track users activity
20 days (can be changed by the user tho)
edge and internet explorer version 10 and higher use which ESE database
WebCasheV01.dat
what do you want to look at in the WebCasheV01.dat file to find info about IE history
- containers
- there are 16 tables, we care about 12, 14, 15, 16
describe the naming conventions of the MSHist01 tables
the dates they span from (year/month/day)
what is found in table 12 in the containers file in internet explorer
daily history file
how do we find the date/time values for the files found in table 12 in the containers file in internet explorer
- take the decimal number
- convert it into hex
- use DCode to get the date/time
when a user types a URL into the address bar, what happens in internet explorer
a record is created in the user’s NTUSER.dat file
what do you want to look at in the WebCasheV01.dat file to find info about IE cache
- use Internet Explorer Cache Viewer
- itll give you the filename, and URL of where it came from