Advertisement
Stipulating

Cyber security

Jun 16th, 2018
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.40 KB | None | 0 0
  1. __________
  2. < ErrorSquad >
  3. ------------
  4. \
  5. \
  6. .::!!!!!!!:.
  7. .!!!!!:. .:!!!!!!!!!!!!
  8. ~~~~!!!!!!. .:!!!!!!!!!UWWW$$$
  9. :$$NWX!!: .:!!!!!!XUWW$$$$$$$$$P
  10. $$$$$##WX!: .<!!!!UW$$$$" $$$$$$$$#
  11. $$$$$ $$$UX :!!UW$$$$$$$$$ 4$$$$$*
  12. ^$$$B $$$$\ $$$$$$$$$$$$ d$$R"
  13. "*$bd$$$$ '*$$$$$$$$$$$o+#"
  14. """" """""""
  15. __ __ _____ ______
  16. | \/ | __ \____ |
  17. | \ / | |__) | / /
  18. | |\/| | ___/ / /
  19. | | | | | / /
  20. |_| |_|_| /_/
  21.  
  22. Cybersecurity essentials:
  23.  
  24. * use audited cryptography. do not roll your own. do not trust others that do (e.g., telegram).
  25.  
  26. * harden your OS.
  27. https://wiki.archlinux.org/index.php/Security
  28. https://wiki.centos.org/HowTos/OS_Protection
  29. https://wiki.debian.org/Hardening
  30. https://wiki.gentoo.org/wiki/Hardened_Gentoo
  31. https://docs.fedoraproject.org/en-US/Fedora/17/html/Security_Guide/chap-Security_Guide-Basic_Hardening.html
  32. https://help.ubuntu.com/community/Security
  33.  
  34. * encrypt your hard drive (full disk encryption, or FDE for short).
  35. standard LVM encryption is the best option and should be available when installing your linux distro.
  36.  
  37. for a disk that is not part of your operating system, a portable drive for example, dmcrypt/LUKS is the best option but veracrypt is
  38. available on all platforms. keep in mind your installer may or may not encrypt your GRUB and there are several ways of dealing with
  39. that issue which are discussed in the Paranoid #! security guide linked in the introductory resources below. keep in mind disk
  40. encryption means nothing to an experienced attacker with physical access if you have not completely shut down your computer and
  41. wiped the RAM.
  42.  
  43. * encrypt your emails.
  44. PGP is pretty much all we have, but it is all we need.
  45. https://www.enigmail.net/
  46.  
  47. your metadata may still be collected. if you care about metadata, use a disposable email account or a trusted provider. suggestions
  48. include protonmail, tuta.io or cock.li.
  49.  
  50. * encrypt your instant messages.
  51. for better or worse XMPP+OTR is still our best bet.
  52. https://otr.cypherpunks.ca/
  53.  
  54. i would not depend on anything else. even if the crypto in other apps is theoretically sound, the implementation fails or the
  55. distribution method is inherently flawed. cryptocat is an unpopular, but good option. telegram, tox, and wickr are fucked. do not
  56. even bother. you might as well use skype.
  57.  
  58. * use a local password manager (no cloud bullshit).
  59. any. it is better than what you are doing now.
  60.  
  61. * strong passwords. make sure they are long and unique.
  62. https://www.xkcd.com/936/
  63.  
  64. * do not reuse passwords. seriously.
  65. if you do, consider your password public knowledge.
  66.  
  67. bypassing a login wall? sure. fuck it. who cares if someone else uses it.
  68. anything you care about? no. absolutely not.
  69.  
  70. * better yet, use randomly generated passwords. the best password is one you cannot remember.
  71. https://www.grc.com/passwords.htm
  72.  
  73. * your new search engine is duckduckgo or searx.
  74. https://duckduckgo.com/
  75. https://searx.me/
  76.  
  77. * your new browser is firefox.
  78. be sure to go into options, then security, and uncheck block malicious content.
  79. https://www.mozilla.org/en-US/firefox/new/
  80.  
  81. * modify some settings
  82. enter about:config into your url bar and apply the following modifications. do not bitch about there being too many options. that is the
  83. fucking point. you cannot even configure many of these settings in other browsers without modifying its source or building addons.
  84. https://hastebin.com/ivuhasopob
  85.  
  86. the changes listed above are unambiguous and unopinionated. you can go a much further than this at the expense of comfort and
  87. convenience. consider modifying some of the settings listed on https://github.com/pyllyukko/user.js/blob/master/user.js depending on
  88. the sacrifices you are willing to make for privacy and security.
  89.  
  90. * now install your addons.
  91. required: ublock origin, https everywhere, noscript, blender
  92. https://addons.mozilla.org/en-US/firefox/
  93.  
  94. * apply your filters.
  95. required: easylist, easyprivacy.
  96. https://easylist.to/
  97.  
  98. * and test your results.Cybersecurity resources:
  99. Learning: https://hastebin.com/aludiyigim
  100. CTF/Wargames: https://hastebin.com/ofofalafid
  101. News: https://hastebin.com/onimofeyut
  102. Other useful stuff: https://hastebin.com/xixijinuge
  103. Essentials Pastebin: https://hastebin.com/fifetelewo
  104. Books: http://www.allitebooks.com/
  105. Network visualisation: https://dowse.eu/
  106. Unofficial grsec: https://github.com/minipli/linux-unofficial_grsec/tree/linux-4.9.x-unofficial_grsec
  107. Security tips in order of difficulty: https://hastebin.com/ucanorusew
  108. Qualys Security Advisory - The Stack Clash: https://www.qualys.com/2017/06/19/stack-clash/stack-clash.txt
  109. http://boards.4chan.org/g/thread/61062751#p61064761's advice: https://hastebin.com/sizimakofi
  110. Firefox extensions: https://hastebin.com/xawurihifo
  111. TEMPEST attacks against AES: https://www.fox-it.com/nl/wp-content/uploads/sites/12/Tempest_attacks_against_AES.pdf
  112. Shared thoughts after 6+ years in Pentesting (http://boards.4chan.org/g/thread/61194248#p61211017): https://0x00sec.org/t/shared-thoughts-after-6-years-in-pentesting/2492
  113. Cybrary: https://www.cybrary.it/
  114. Awesome Infosec: https://github.com/onlurking/awesome-infosec
  115. InfoSec and exploitation tool diagram: https://netsec.ws/infosec.svg
  116. So you want to be a Hacker: https://netsec.ws/?p=468
  117. The OWASP Mobile Security Testing Guide: https://b-mueller.gitbooks.io/the-owasp-mobile-security-testing-guide/content/
  118.  
  119. Cryptocurrency:
  120. Verge:
  121. Website: https://vergecurrency.com/
  122. Interview: https://youtu.be/EFXkJjgPlII
  123. Monero:
  124. Website: https://getmonero.org/
  125.  
  126. Anonymity networks:
  127. I2P: https://geti2p.net/en/
  128.  
  129. Tox:
  130. Tuntox - Tox protocol TCP tunnel: https://github.com/gjedeer/tuntox
  131. ToxBot: https://github.com/JFreegman/ToxBot
  132. ToxVPN: https://github.com/cleverca22/toxvpn
  133.  
  134. Cybersecurity videos:
  135. DEFCON 14: The Making of atlas: Kiddie to Hacker in 5 Sleepless Nights: https://youtu.be/gYOy7CGpPIU
  136. DEFCON 16: Nmap: Scanning the Internet: https://youtu.be/Hk-21p2m8YY
  137.  
  138. Cybersecurity news:
  139.  
  140. https://www.schneier.com/
  141. https://grsecurity.net/blog.php
  142. https://isc.sans.edu/
  143. https://blog.torproject.org/category/tags/security-fixes
  144. http://resources.infosecinstitute.com/
  145. http://www.windowsecurity.com/articles-tutorials/
  146. https://www.sans.org/reading-room/
  147. https://threatpost.com/
  148. https://packetstormsecurity.com/
  149.  
  150. Introduction to cybersecurity:
  151.  
  152. https://ssd.eff.org/
  153. your first steps.
  154. https://trailofbits.github.io/ctf/index.html
  155. introduction to CTFs. even if you never do one, this is a good read.
  156. https://wiki.installgentoo.com/index.php/Anonymizing_yourself
  157. quick and dirty guide to anonymizing yourself.
  158. https://hastebin.com/vupatamesu
  159. this is the old, fabled, Paranoid #! security guide. not all of it is up to date, but it is very thorough.
  160. https://samsymons.com/blog/reverse-engineering-with-radare2-part-1/
  161.  
  162. Learning resources:
  163.  
  164. https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md
  165. absolutely massive collection of free resources for learning programming from beginner to expert level.
  166. https://www.offensive-security.com/metasploit-unleashed/
  167. http://www.allitebooks.com/
  168. http://opensecuritytraining.info/Training.html
  169. http://www.und.edu/org/crypto/crypto/lanaki.crypt.class/
  170.  
  171. CTF and wargames:
  172.  
  173. https://www.pentesterlab.com/
  174. https://www.mavensecurity.com/resources/web-security-dojo/
  175. https://exploit-exercises.com/
  176. http://www.itsecgames.com/
  177. http://forensicscontest.com/puzzles
  178. https://pwnable.tw/
  179. https://io.netgarage.org/
  180. https://ctftime.org/
  181. https://www.vulnhub.com/
  182. https://w3challs.com/challenges/hacking
  183. https://xss-game.appspot.com/
  184. http://smashthestack.org/
  185. http://www.hackertest.net/
  186. https://www.hackthissite.org/
  187. https://overthewire.org/wargames/
  188. https://0x0539.net/
  189. http://3564020356.org/
  190. http://pwnable.kr/
  191.  
  192. Vulnerability management:
  193.  
  194. https://www.cvedetails.com/
  195. https://www.exploit-db.com/
  196. https://www.rapid7.com/db/
  197. http://mvfjfugdwgc5uwho.onion/
  198. https://cve.mitre.org/cve/cve.html
  199. this site lets you download their CVE list in formats easier to work with.
  200.  
  201. Cryptography:
  202.  
  203. https://pqcrypto.org/
  204. http://www.tandfonline.com/toc/ucry20/current
  205.  
  206. Penetration testing:
  207.  
  208. http://ytxmrc3pcbv5464e.onion/files/
  209. collection of various ebooks mostly focused on pentesting.
  210.  
  211. Reverse engineering:
  212.  
  213. https://beginners.re/
  214. https://github.com/rpisec/mbe
  215. http://blog.ijun.org/2009/12/understanding-elf-using-readelf-and.html
  216. http://ref.x86asm.net/index.html
  217. easily-searchable opcode and instruction reference.
  218. https://panopticlick.eff.org/
  219.  
  220. * do not use chrome. chrome is a closed source browser by a for profit corporation. firefox is an open source browser by a non-profit
  221. organization. use your head.
  222.  
  223. * do not use chromium either. it may be open source, but it still phones home.
  224.  
  225. * block malicious sites in your hosts file.
  226. https://github.com/StevenBlack/hosts
  227.  
  228. * use an anonymous VPN. a paid one. without traffic logs.
  229. do torrent over VPN.
  230.  
  231. * use TOR.
  232. do not torrent over TOR.
  233. https://www.torproject.org/
  234.  
  235. * understand the difference between anonymity, privacy, and security.
  236.  
  237. * read the resources paste to get started.
  238. Check out R.I.U. MP7 (@FederalError): https://twitter.com/FederalError?s=09
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement