Skip to content

Commit

Permalink
update the backing url for all the PDF files
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jul 5, 2021
1 parent f90640b commit a4cc175
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions sift/config/user/pdfs.sls
Original file line number Diff line number Diff line change
Expand Up @@ -10,73 +10,73 @@ set pdfs = [
{
"id": "poster-threat-intelligence",
"filename": "Poster_Threat-Intelligence-Consumption.pdf",
"source": "https://www.sans.org/security-resources/posters/cyber-threat-intelligence-consumption/130/download",
"source": "https://sansorg.egnyte.com/dd/Qee9G7PZ6z/",
"hash": "02f71ad97ece95e9bea61db31fe026b7b6c7e04a2a1f3257b51ace3153e88d59",
},
{
"id": "poster-network-forensics",
"filename": "Network-Forensics-Poster.pdf",
"source": "https://www.sans.org/security-resources/posters/network-forensics-poster/145/download",
"source": "https://sansorg.egnyte.com/dd/hZjkv5VupH/",
"hash": "66ba6fb482b9f2c1ad9da5b8c379b1acff14dbd96bf6bf1046f39a4960e56b3c",
},
{
"id": "poster-sift-remnux",
"filename": "SIFT-REMnux-Poster.pdf",
"source": "https://www.sans.org/security-resources/posters/sift-remnux-poster/125/download",
"source": "https://sansorg.egnyte.com/dd/OmJkv7itJB/",
"hash": "5719b21c388d276984b5200f29561e093d02bc4dc2553889c4b8011f984fb0f0"
},
{
"id": "poster-dfir-smartphone",
"filename": "DFIR-Smartphone-Forensics-Poster.pdf",
"source": "https://www.sans.org/security-resources/posters/dfir-advanced-smartphone-forensics/30/download",
"source": "https://sansorg.egnyte.com/dd/70HVz2FsAd/",
"hash": "6b2ba452137e2ef6572781f673817f4f15f3555a4b2f47b16629350f9990c1d3"
},
{
"id": "poster-windows-forensics",
"filename": "Windows-Forensics-Poster.pdf",
"source": "https://www.sans.org/security-resources/posters/windows-forensic-analysis/170/download",
"source": "https://sansorg.egnyte.com/dd/roVVbK72lU/",
"hash": "a835554f0354cbddf98f333c8c860e43504adf45fadffadd8d4e6468ffcf8d2c"
},
{
"id": "poster-ios-third-pary-apps",
"filename": "iOS-3rd-Party-Apps-Poster.pdf",
"source": "https://www.sans.org/security-resources/posters/ios-third-party-apps-forensics-reference-guide-poster/300/download",
"source": "https://sansorg.egnyte.com/dd/z9N0iI9lb0/",
"hash": "2f1b2b67a12d43de29014cce0097f4e58538b0bf9d9c48cedc4516b7b0aea78e"
},
{
"id": "poster-zimmerman-tools",
"filename": "Zimmerman-Tools-Poster.pdf",
"source": "https://www.sans.org/security-resources/posters/eric-zimmermans-results-seconds-command-line-poster/195/download",
"source": "https://sansorg.egnyte.com/dd/l96Cpf39jx/",
"hash": "bc9072d1ef9c1a90c157ebc0b738c1cf2578f2453c255dd87161387f3025c2c7"
},
{
"id": "poster-hunt-evil",
"filename": "Hunt-Evil.pdf",
"source": "https://www.sans.org/security-resources/posters/hunt-evil/165/download",
"source": "https://sansorg.egnyte.com/dd/ylr96kbkB6/",
"hash": "74fea603f50e389667a341c4d77ac6bd511f7b841d836edd640889b963ea0753"
},
{
"id": "cheatsheet-sift",
"filename": "SIFT-Cheatsheet.pdf",
"source": "https://www.sans.org/security-resources/posters/sift-cheat-sheet/355/download",
"source": "https://sansorg.egnyte.com/dd/rcC7AFiUr0/",
"hash": "8fda96c8f7bc32844b843dd3d95e793316e23b765b440b240681d3bc9724ad5c"
},
{
"id": "cheatsheet-windows-to-unix",
"filename": "Windows-to-Unix-Cheatsheet.pdf",
"source": "https://www.sans.org/security-resources/posters/windows-unix-cheat-sheet/370/download",
"source": "https://sansorg.egnyte.com/dd/OmZRZGy0uT/",
"hash": "97be37ea175c0f53a808c45fcbeacd11889d77a566d2a01d421865bb4c352312"
},
{
"id": "cheatsheet-hexfile-regex",
"filename": "Hex-File-Regex-Cheatsheet.pdf",
"source": "https://www.sans.org/security-resources/posters/hex-regex-forensics-cheat-sheet/345/download",
"source": "https://sansorg.egnyte.com/dd/ZvGHqvRS3X/",
"hash": "d1a78b37886f524bc94e3e3aac8ab9816e904a6583f0145fd26c67524e23d032"
},
{
"id": "cheatsheet-sqlite",
"filename": "SQLite-Pocket-Reference.pdf",
"source": "https://www.sans.org/security-resources/posters/sqlite-pocket-reference-guide/380/download",
"source": "https://sansorg.egnyte.com/dd/KKxPl6LsbF/",
"hash": "954d62787abe3bad95f59e2d671eac202dea2607ed5cdb757dbbb688b873f679"
},
]
Expand Down

0 comments on commit a4cc175

Please sign in to comment.