From a6cb129319b5716e76d5c4d5a56353eb3c50b548 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Tue, 20 Apr 2021 19:22:21 -0400 Subject: Reorganized and added more presentations Created a jjay-d4cs folder to distinguish from older presentations which I can't find atm. Also added pentest and forensic example reports Also re-licensed to public domain --- Crypto_presentation/README.md | 3 -- .../investigation tools/blockchain links | 13 ------ Crypto_presentation/misc/misc links | 40 ----------------- .../presentation/blockpresentation.odp | Bin 4274791 -> 0 bytes .../presentation/blockpresentation.pdf | Bin 6161977 -> 0 bytes .../presentation/blockpresentation.pptx | Bin 4251548 -> 0 bytes Crypto_presentation/presentation/ppt.pdf | Bin 922169 -> 0 bytes Crypto_presentation/presentation/ppt.pptx | Bin 1783402 -> 0 bytes Crypto_presentation/readings/links | 43 ------------------ README.md | 12 +++++ UNLICENSE.md | 49 +++++++++++++++++++++ .../SHA_presentation/FCM741paper-final-draft.pdf | Bin 0 -> 749092 bytes jjay-d4cs/SHA_presentation/README.md | 5 +++ .../SHA_presentation/honeynet-presentation.odp | Bin 0 -> 1287647 bytes jjay-d4cs/SHA_presentation/honeypot.odp | Bin 0 -> 4159797 bytes jjay-d4cs/SHA_presentation/keccak.odp | Bin 0 -> 434792 bytes jjay-d4cs/SHA_presentation/notes-on-keccak-img.txt | 5 +++ jjay-d4cs/cryptocurrency_presentation/README.md | 3 ++ .../investigation tools/blockchain links | 13 ++++++ .../cryptocurrency_presentation/misc/misc links | 40 +++++++++++++++++ .../presentation/blockpresentation.odp | Bin 0 -> 4274791 bytes .../presentation/blockpresentation.pdf | Bin 0 -> 6161977 bytes .../presentation/blockpresentation.pptx | Bin 0 -> 4251548 bytes .../presentation/ppt.pdf | Bin 0 -> 922169 bytes .../presentation/ppt.pptx | Bin 0 -> 1783402 bytes .../cryptocurrency_presentation/readings/links | 43 ++++++++++++++++++ .../FCM753forensics-final-report.pdf | Bin 0 -> 518241 bytes ...nets_Implemented_in_Virtual_NetworksMFernez.pdf | Bin 0 -> 385480 bytes .../forensic_reports/babbys_first_pentest.pdf | Bin 0 -> 581009 bytes jjay-d4cs/forensic_reports/honeynetpaper.pdf | Bin 0 -> 308903 bytes presentations-2018/LICENSE.txt | 12 ----- presentations-2018/README.md | 2 - presentations-2018/honeynet-presentation.odp | Bin 1287647 -> 0 bytes presentations-2018/honeypot.odp | Bin 4159797 -> 0 bytes presentations-2018/keccak.odp | Bin 434792 -> 0 bytes presentations-2018/notes-on-keccak-img.txt | 5 --- 36 files changed, 170 insertions(+), 118 deletions(-) delete mode 100644 Crypto_presentation/README.md delete mode 100644 Crypto_presentation/investigation tools/blockchain links delete mode 100644 Crypto_presentation/misc/misc links delete mode 100644 Crypto_presentation/presentation/blockpresentation.odp delete mode 100644 Crypto_presentation/presentation/blockpresentation.pdf delete mode 100644 Crypto_presentation/presentation/blockpresentation.pptx delete mode 100644 Crypto_presentation/presentation/ppt.pdf delete mode 100644 Crypto_presentation/presentation/ppt.pptx delete mode 100644 Crypto_presentation/readings/links create mode 100644 README.md create mode 100644 UNLICENSE.md create mode 100755 jjay-d4cs/SHA_presentation/FCM741paper-final-draft.pdf create mode 100644 jjay-d4cs/SHA_presentation/README.md create mode 100644 jjay-d4cs/SHA_presentation/honeynet-presentation.odp create mode 100644 jjay-d4cs/SHA_presentation/honeypot.odp create mode 100644 jjay-d4cs/SHA_presentation/keccak.odp create mode 100644 jjay-d4cs/SHA_presentation/notes-on-keccak-img.txt create mode 100644 jjay-d4cs/cryptocurrency_presentation/README.md create mode 100644 jjay-d4cs/cryptocurrency_presentation/investigation tools/blockchain links create mode 100644 jjay-d4cs/cryptocurrency_presentation/misc/misc links create mode 100644 jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.odp create mode 100644 jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.pdf create mode 100644 jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.pptx create mode 100644 jjay-d4cs/cryptocurrency_presentation/presentation/ppt.pdf create mode 100644 jjay-d4cs/cryptocurrency_presentation/presentation/ppt.pptx create mode 100644 jjay-d4cs/cryptocurrency_presentation/readings/links create mode 100755 jjay-d4cs/forensic_reports/FCM753forensics-final-report.pdf create mode 100755 jjay-d4cs/forensic_reports/The_Past_Present_and_Future_of_Honeynets_Implemented_in_Virtual_NetworksMFernez.pdf create mode 100755 jjay-d4cs/forensic_reports/babbys_first_pentest.pdf create mode 100755 jjay-d4cs/forensic_reports/honeynetpaper.pdf delete mode 100644 presentations-2018/LICENSE.txt delete mode 100644 presentations-2018/README.md delete mode 100644 presentations-2018/honeynet-presentation.odp delete mode 100644 presentations-2018/honeypot.odp delete mode 100644 presentations-2018/keccak.odp delete mode 100644 presentations-2018/notes-on-keccak-img.txt diff --git a/Crypto_presentation/README.md b/Crypto_presentation/README.md deleted file mode 100644 index 6b79462..0000000 --- a/Crypto_presentation/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Crypto_presentation - -A presenation and lecture on cryptocurrencies and blockchain for John Jay FCM 740 Data Communications and Forensic Security diff --git a/Crypto_presentation/investigation tools/blockchain links b/Crypto_presentation/investigation tools/blockchain links deleted file mode 100644 index 298ed28..0000000 --- a/Crypto_presentation/investigation tools/blockchain links +++ /dev/null @@ -1,13 +0,0 @@ -Overview of blockchains by cryptocurrency: - -Bitcoin-https://blockchain.info/ - https://blockexplorer.com/ - -Ethereum-https://etherscan.io/ - https://www.etherchain.org/ - -Zcash-https://zcash.blockexplorer.com/ - -Monero-(not very helpful by design) https://monerohash.com/explorer/ - -Dogecoin-https://dogechain.info/chain/Dogecoin diff --git a/Crypto_presentation/misc/misc links b/Crypto_presentation/misc/misc links deleted file mode 100644 index 5522733..0000000 --- a/Crypto_presentation/misc/misc links +++ /dev/null @@ -1,40 +0,0 @@ -Miscellaneous articles - -Famous Bitcoin addresses -http://www.theopenledger.com/9-most-famous-bitcoin-addresses/ - -An article by the founder of DogeCoin on cryptocurrency (opinion) -https://motherboard.vice.com/en_us/article/9kng57/dogecoin-my-joke-cryptocurrency-hit-2-billion-jackson-palmer-opinion - -Original Monero White Paper - -https://cryptonote.org/whitepaper.pdf - -Review of Monero White Paper - -https://downloads.getmonero.org/whitepaper_review.pdf - - -Article on FBI investigation Process - -https://www.coindesk.com/catch-bitcoin-ransomer-inside-fbis-cyber-investigation-process/ - -Science Magazine - Why criminals can't hide behind Bitcoin - -http://www.sciencemag.org/news/2016/03/why-criminals-cant-hide-behind-bitcoin - -Wired - History of Bitcoin - -https://www.wired.com/2011/11/mf_bitcoin/ - - -TED Talks - -How the US government is using blockchain to fight fraud | Kathryn Haun | TEDxSanFrancisco --On the investigation into Ross Ulbricht and rogue federal agents - -https://www.youtube.com/watch?v=507wn9VcSAE - - -My Ether wallet if you want to give me free money: -0xdD9e26F5c9EdD222650B720B228fb8D7116Ad5D1 diff --git a/Crypto_presentation/presentation/blockpresentation.odp b/Crypto_presentation/presentation/blockpresentation.odp deleted file mode 100644 index b5c9a16..0000000 Binary files a/Crypto_presentation/presentation/blockpresentation.odp and /dev/null differ diff --git a/Crypto_presentation/presentation/blockpresentation.pdf b/Crypto_presentation/presentation/blockpresentation.pdf deleted file mode 100644 index bf2084c..0000000 Binary files a/Crypto_presentation/presentation/blockpresentation.pdf and /dev/null differ diff --git a/Crypto_presentation/presentation/blockpresentation.pptx b/Crypto_presentation/presentation/blockpresentation.pptx deleted file mode 100644 index 0eb49f1..0000000 Binary files a/Crypto_presentation/presentation/blockpresentation.pptx and /dev/null differ diff --git a/Crypto_presentation/presentation/ppt.pdf b/Crypto_presentation/presentation/ppt.pdf deleted file mode 100644 index 082de53..0000000 Binary files a/Crypto_presentation/presentation/ppt.pdf and /dev/null differ diff --git a/Crypto_presentation/presentation/ppt.pptx b/Crypto_presentation/presentation/ppt.pptx deleted file mode 100644 index b059415..0000000 Binary files a/Crypto_presentation/presentation/ppt.pptx and /dev/null differ diff --git a/Crypto_presentation/readings/links b/Crypto_presentation/readings/links deleted file mode 100644 index 9dc5629..0000000 --- a/Crypto_presentation/readings/links +++ /dev/null @@ -1,43 +0,0 @@ -Papers on Blockchain and Security - -Original Bitcoin whitepaper -https://bitcoin.org/bitcoin.pdf - -View of Blockchain from a textbook Cybersecurity context (Confidentiality, Integrity, Availabilty) -https://www2.deloitte.com/content/dam/Deloitte/ie/Documents/Technology -/IE_C_BlockchainandCyberPOV_0417.pdf - -Blockchain in Detail from UC Berkley - -http://scet.berkeley.edu/wp-content/uploads/BlockchainPaper.pdf - -Sans Institute paper describing a forensics process in detail (you can just skim this one) - -https://www.sans.org/reading-room/whitepapers/forensics/forensic-bitcoin-cryptocurrency-36437 - - -Articles - -IBM on the difference between blockchain and the currencies that run on top of it - -https://www.ibm.com/blogs/blockchain/2017/05/the-difference-between-bitcoin-and-blockchain-for-business/ - -Bitcoin under the hood (covers some of the same details as the Berkley paper) - -http://www.imponderablethings.com/2013/07/how-bitcoin-works-under-hood.html - - - -Proof of Stake vs. Proof of Work: Developments in the use of EOS and IPFS for File-Sharing - -https://medium.com/@robertgreenfieldiv/vulnerability-proof-of-work-vs-proof-of-stake-f0c44807d18c - -https://steemit.com/eos/@trogdor/eos-vs-ethereum-for-dummies - -https://bitcoinexchangeguide.com/ethereum-vs-eos/ - -https://captainaltcoin.com/ethereum-vs-eos/ - -https://medium.com/@mycoralhealth/learn-to-securely-share-files-on-the-blockchain-with-ipfs-219ee47df54c - -https://www.coindesk.com/ethereum-meets-zcash-why-ipfs-plans-a-multi-blockchain-browser/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..3cf6672 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# non-code + +Various presentations and projects (mostly from college and grad school) that aren't code, +but may have some useful info. It goes without saying that even things from two years ago +are probably outdated a bit. + +## jjay-d4cs +This folder has presentations I gave while studying at John Jay +in the Digital Forensics Master's program as well as some papers +that seemed like good ideas at the time + +When I find them, I'll also add my undergrad work \ No newline at end of file diff --git a/UNLICENSE.md b/UNLICENSE.md new file mode 100644 index 0000000..4e6d7ee --- /dev/null +++ b/UNLICENSE.md @@ -0,0 +1,49 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to + +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +All code in this repository is hereby +released to the public domain free of +charge with no license restrictions, +guarantees, warranties, or requirement +of attribution +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCgAdFiEE3CS1TXCH/CA/GaSPM1jzJfgsmSIFAmB/WhsACgkQM1jzJfgs +mSI/EQ//crm8wycaJSLYl/GswxPep8bN8oBBxaY7GgWv5WIXViOpEmNjdFpaUmQ4 +CgHKeavoJv1aS1ti3jGElvlmt1ZCutXqT2rypj6hwGrpMldndcP2HPzS6asVZzDN +P9cu7MVT/OzCE6UHemIxqW0enO76kPZJ4ne09cTODc50W7RtHU6mULoACHhHqaWu +5Zrx84bnfHyyb+w+uW/ea12dz4VYm8YA3xK2DhAJquLw3+z7rVqEDaUsps/41pyh +JeNxNyNUDnuo/yMkTAu6nBeswre8RPaHIyttYgF67wIKAYejlywUryHlz9Mv5fuv +Pl56v79KnBf2OzFrdvofZEx3nko7dvm+0a10PZVR84Znr+QOzUUQ4GnVZQuQCwpm +uiTzzd0SwfC/EOfnNGqtg1ko2vQTw2YYPg9xYkGUolrxLaqZv+PthMC//Sw4cmO+ +yPdqzX76Wuu/0pHlaoTaZzFaBK9vk4rz7Por9zGlbtUWssTYiluuWfXIeiU+r9ks +kDgfRXhbVW1FOrAG+H32fxjZU2zxyN8bOpAcm5CVxOyXor0lVh+HtWBA4e4KudRF +UvEVHhQ1PIyG6WXCtEHHltBn1lqs9TGjc6S68aF+SFhz/fb9zIdVs7EBzeT7n+11 +ogqC4H41D9FKKpjWXOcU1Fm4lftpD1uCBYTApL6qbhjE2R6aUvY= +=e0Ns +-----END PGP SIGNATURE----- diff --git a/jjay-d4cs/SHA_presentation/FCM741paper-final-draft.pdf b/jjay-d4cs/SHA_presentation/FCM741paper-final-draft.pdf new file mode 100755 index 0000000..375d2c6 Binary files /dev/null and b/jjay-d4cs/SHA_presentation/FCM741paper-final-draft.pdf differ diff --git a/jjay-d4cs/SHA_presentation/README.md b/jjay-d4cs/SHA_presentation/README.md new file mode 100644 index 0000000..670ea55 --- /dev/null +++ b/jjay-d4cs/SHA_presentation/README.md @@ -0,0 +1,5 @@ +Presentations from my 2018 classes + +The cryptography papers and presentations on SHA were +co-authored by Wendyam Ouedago (forgive me, Wendyam, I can't +remeber how to spell your last name!) and Ivan Lugo \ No newline at end of file diff --git a/jjay-d4cs/SHA_presentation/honeynet-presentation.odp b/jjay-d4cs/SHA_presentation/honeynet-presentation.odp new file mode 100644 index 0000000..00f7ab9 Binary files /dev/null and b/jjay-d4cs/SHA_presentation/honeynet-presentation.odp differ diff --git a/jjay-d4cs/SHA_presentation/honeypot.odp b/jjay-d4cs/SHA_presentation/honeypot.odp new file mode 100644 index 0000000..7abe7d5 Binary files /dev/null and b/jjay-d4cs/SHA_presentation/honeypot.odp differ diff --git a/jjay-d4cs/SHA_presentation/keccak.odp b/jjay-d4cs/SHA_presentation/keccak.odp new file mode 100644 index 0000000..6cd2ab2 Binary files /dev/null and b/jjay-d4cs/SHA_presentation/keccak.odp differ diff --git a/jjay-d4cs/SHA_presentation/notes-on-keccak-img.txt b/jjay-d4cs/SHA_presentation/notes-on-keccak-img.txt new file mode 100644 index 0000000..9dbfb6a --- /dev/null +++ b/jjay-d4cs/SHA_presentation/notes-on-keccak-img.txt @@ -0,0 +1,5 @@ +Input is padded by padding function +This is split into chunks of r bits +Each of these is fed into the sponge function +In the "absorbing phase" bits are XORed with the first 1088 bits of 1600 bits of zeros and scrambled by the f function for 24 rounds +The result is "squeezed out" by taking out the first r bits of the absorbing phase output and further truncated to 256 bits diff --git a/jjay-d4cs/cryptocurrency_presentation/README.md b/jjay-d4cs/cryptocurrency_presentation/README.md new file mode 100644 index 0000000..6b79462 --- /dev/null +++ b/jjay-d4cs/cryptocurrency_presentation/README.md @@ -0,0 +1,3 @@ +# Crypto_presentation + +A presenation and lecture on cryptocurrencies and blockchain for John Jay FCM 740 Data Communications and Forensic Security diff --git a/jjay-d4cs/cryptocurrency_presentation/investigation tools/blockchain links b/jjay-d4cs/cryptocurrency_presentation/investigation tools/blockchain links new file mode 100644 index 0000000..298ed28 --- /dev/null +++ b/jjay-d4cs/cryptocurrency_presentation/investigation tools/blockchain links @@ -0,0 +1,13 @@ +Overview of blockchains by cryptocurrency: + +Bitcoin-https://blockchain.info/ + https://blockexplorer.com/ + +Ethereum-https://etherscan.io/ + https://www.etherchain.org/ + +Zcash-https://zcash.blockexplorer.com/ + +Monero-(not very helpful by design) https://monerohash.com/explorer/ + +Dogecoin-https://dogechain.info/chain/Dogecoin diff --git a/jjay-d4cs/cryptocurrency_presentation/misc/misc links b/jjay-d4cs/cryptocurrency_presentation/misc/misc links new file mode 100644 index 0000000..5522733 --- /dev/null +++ b/jjay-d4cs/cryptocurrency_presentation/misc/misc links @@ -0,0 +1,40 @@ +Miscellaneous articles + +Famous Bitcoin addresses +http://www.theopenledger.com/9-most-famous-bitcoin-addresses/ + +An article by the founder of DogeCoin on cryptocurrency (opinion) +https://motherboard.vice.com/en_us/article/9kng57/dogecoin-my-joke-cryptocurrency-hit-2-billion-jackson-palmer-opinion + +Original Monero White Paper + +https://cryptonote.org/whitepaper.pdf + +Review of Monero White Paper + +https://downloads.getmonero.org/whitepaper_review.pdf + + +Article on FBI investigation Process + +https://www.coindesk.com/catch-bitcoin-ransomer-inside-fbis-cyber-investigation-process/ + +Science Magazine - Why criminals can't hide behind Bitcoin + +http://www.sciencemag.org/news/2016/03/why-criminals-cant-hide-behind-bitcoin + +Wired - History of Bitcoin + +https://www.wired.com/2011/11/mf_bitcoin/ + + +TED Talks + +How the US government is using blockchain to fight fraud | Kathryn Haun | TEDxSanFrancisco +-On the investigation into Ross Ulbricht and rogue federal agents + +https://www.youtube.com/watch?v=507wn9VcSAE + + +My Ether wallet if you want to give me free money: +0xdD9e26F5c9EdD222650B720B228fb8D7116Ad5D1 diff --git a/jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.odp b/jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.odp new file mode 100644 index 0000000..b5c9a16 Binary files /dev/null and b/jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.odp differ diff --git a/jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.pdf b/jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.pdf new file mode 100644 index 0000000..bf2084c Binary files /dev/null and b/jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.pdf differ diff --git a/jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.pptx b/jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.pptx new file mode 100644 index 0000000..0eb49f1 Binary files /dev/null and b/jjay-d4cs/cryptocurrency_presentation/presentation/blockpresentation.pptx differ diff --git a/jjay-d4cs/cryptocurrency_presentation/presentation/ppt.pdf b/jjay-d4cs/cryptocurrency_presentation/presentation/ppt.pdf new file mode 100644 index 0000000..082de53 Binary files /dev/null and b/jjay-d4cs/cryptocurrency_presentation/presentation/ppt.pdf differ diff --git a/jjay-d4cs/cryptocurrency_presentation/presentation/ppt.pptx b/jjay-d4cs/cryptocurrency_presentation/presentation/ppt.pptx new file mode 100644 index 0000000..b059415 Binary files /dev/null and b/jjay-d4cs/cryptocurrency_presentation/presentation/ppt.pptx differ diff --git a/jjay-d4cs/cryptocurrency_presentation/readings/links b/jjay-d4cs/cryptocurrency_presentation/readings/links new file mode 100644 index 0000000..9dc5629 --- /dev/null +++ b/jjay-d4cs/cryptocurrency_presentation/readings/links @@ -0,0 +1,43 @@ +Papers on Blockchain and Security + +Original Bitcoin whitepaper +https://bitcoin.org/bitcoin.pdf + +View of Blockchain from a textbook Cybersecurity context (Confidentiality, Integrity, Availabilty) +https://www2.deloitte.com/content/dam/Deloitte/ie/Documents/Technology +/IE_C_BlockchainandCyberPOV_0417.pdf + +Blockchain in Detail from UC Berkley + +http://scet.berkeley.edu/wp-content/uploads/BlockchainPaper.pdf + +Sans Institute paper describing a forensics process in detail (you can just skim this one) + +https://www.sans.org/reading-room/whitepapers/forensics/forensic-bitcoin-cryptocurrency-36437 + + +Articles + +IBM on the difference between blockchain and the currencies that run on top of it + +https://www.ibm.com/blogs/blockchain/2017/05/the-difference-between-bitcoin-and-blockchain-for-business/ + +Bitcoin under the hood (covers some of the same details as the Berkley paper) + +http://www.imponderablethings.com/2013/07/how-bitcoin-works-under-hood.html + + + +Proof of Stake vs. Proof of Work: Developments in the use of EOS and IPFS for File-Sharing + +https://medium.com/@robertgreenfieldiv/vulnerability-proof-of-work-vs-proof-of-stake-f0c44807d18c + +https://steemit.com/eos/@trogdor/eos-vs-ethereum-for-dummies + +https://bitcoinexchangeguide.com/ethereum-vs-eos/ + +https://captainaltcoin.com/ethereum-vs-eos/ + +https://medium.com/@mycoralhealth/learn-to-securely-share-files-on-the-blockchain-with-ipfs-219ee47df54c + +https://www.coindesk.com/ethereum-meets-zcash-why-ipfs-plans-a-multi-blockchain-browser/ diff --git a/jjay-d4cs/forensic_reports/FCM753forensics-final-report.pdf b/jjay-d4cs/forensic_reports/FCM753forensics-final-report.pdf new file mode 100755 index 0000000..a8c0b5d Binary files /dev/null and b/jjay-d4cs/forensic_reports/FCM753forensics-final-report.pdf differ diff --git a/jjay-d4cs/forensic_reports/The_Past_Present_and_Future_of_Honeynets_Implemented_in_Virtual_NetworksMFernez.pdf b/jjay-d4cs/forensic_reports/The_Past_Present_and_Future_of_Honeynets_Implemented_in_Virtual_NetworksMFernez.pdf new file mode 100755 index 0000000..e49c515 Binary files /dev/null and b/jjay-d4cs/forensic_reports/The_Past_Present_and_Future_of_Honeynets_Implemented_in_Virtual_NetworksMFernez.pdf differ diff --git a/jjay-d4cs/forensic_reports/babbys_first_pentest.pdf b/jjay-d4cs/forensic_reports/babbys_first_pentest.pdf new file mode 100755 index 0000000..b5f1256 Binary files /dev/null and b/jjay-d4cs/forensic_reports/babbys_first_pentest.pdf differ diff --git a/jjay-d4cs/forensic_reports/honeynetpaper.pdf b/jjay-d4cs/forensic_reports/honeynetpaper.pdf new file mode 100755 index 0000000..9251e3f Binary files /dev/null and b/jjay-d4cs/forensic_reports/honeynetpaper.pdf differ diff --git a/presentations-2018/LICENSE.txt b/presentations-2018/LICENSE.txt deleted file mode 100644 index 40575b7..0000000 --- a/presentations-2018/LICENSE.txt +++ /dev/null @@ -1,12 +0,0 @@ - - -MIT License - -Copyright (c) 2018 Mike - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/presentations-2018/README.md b/presentations-2018/README.md deleted file mode 100644 index 6341d4c..0000000 --- a/presentations-2018/README.md +++ /dev/null @@ -1,2 +0,0 @@ -Presentations from my 2018 classes - diff --git a/presentations-2018/honeynet-presentation.odp b/presentations-2018/honeynet-presentation.odp deleted file mode 100644 index 00f7ab9..0000000 Binary files a/presentations-2018/honeynet-presentation.odp and /dev/null differ diff --git a/presentations-2018/honeypot.odp b/presentations-2018/honeypot.odp deleted file mode 100644 index 7abe7d5..0000000 Binary files a/presentations-2018/honeypot.odp and /dev/null differ diff --git a/presentations-2018/keccak.odp b/presentations-2018/keccak.odp deleted file mode 100644 index 6cd2ab2..0000000 Binary files a/presentations-2018/keccak.odp and /dev/null differ diff --git a/presentations-2018/notes-on-keccak-img.txt b/presentations-2018/notes-on-keccak-img.txt deleted file mode 100644 index 1c801b9..0000000 --- a/presentations-2018/notes-on-keccak-img.txt +++ /dev/null @@ -1,5 +0,0 @@ -Input is padded by padding function -This is split into chunks of r bits -Each of these is fed into the sponge function -In the “absorbing phase” bits are XORed with the first 1088 bits of 1600 bits of zeros and scrambled by the f function for 24 rounds -The result is “squeezed out” by taking out the first r bits of the absorbing phase output and further truncated to 256 bits -- cgit v1.2.3