Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Update the readme.md file for the amazon_echosystem_parser
  • Loading branch information
markmckinnon committed May 11, 2019
1 parent 6337787 commit 97290cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Amazon_Echosystem_Parser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Amazon Echosystem _arser
Parse the databases from an Amazon Alexa image.

If new SQLite databases have been identified or schemas have been changed then you can update the SQL queries that access them.

To update the queries open the Alexa_DB.db3 database in your favorite SQLite browser and update what you need to.

The file Alexa_Creates.SQL are examples of insert statements into the ALexa_DB.db3 database.

If you find things are added or changed please let me know and I can add them in or you can create a PR for it.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a repository of Autopsy Python Plugins. You can download all of them an
## Plugin Overview
Here is a brief overview of all of the plugins.

### Amazon Echosystem Parser
### [Amazon Echosystem Parser]((./Amazon_Echosystem_Parser/README.md)
Parse the databases from an Amazon Alexa image.

### BAM Key
Expand All @@ -14,7 +14,7 @@ Parse the BAM key from the registry.
### CCM Recently Used Apps
Parse the WMI(<insert acronym here>) database for Recently used apps.

## Create Data Source Hashset
### Create Data Source Hashset
Will create a file with the hashset of a data source that can then be pulled back into Autopsy as a hash set.

### Create Preview Data Container
Expand Down

0 comments on commit 97290cf

Please sign in to comment.