blog-contributions/opsec/index.html

410 lines
20 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../../../../assets/img/favicon.png">
<title>OPSEC: Privacy, Anonymity and Plausible Deniability Tutorials</title>
<link href="../assets/css/bootstrap.css" rel="stylesheet">
<link href="../assets/css/main.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse-anon navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand-anon" href="\index.html">nihilist`s Blog</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/blog.html">Categories</a></li>
<li><a href="https://blog.nowhere.moe/donate.html">Donate</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<div id="anon1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="../index.html">Previous Page</a></br></br><h1>OPSEC: Privacy, Anonymity and Plausible Deniability</h1>
<p> Tutorials to show how to achieve Privacy, Anonymity and Plausible Deniability online.
I have <a href="tutorial/index.html">a quality standard</a> as to how i do these tutorials, if there are any improvements i can do on them please let me know.
<img src="opsec4levels/0.png" class="imgRz">
<p> <a href="opsec4levels/index.html"><u>SHOWCASED ARTICLE:</u></a> Learn how to audit your own setup, to determine your Operational Security (OPSEC) Level, and find out what is the most appropriate internet use for it.</p>
</p></br>
<p><u>Articles Status:</u></p>
<ol>
<li>⭐: Personal Favorite</li>
<li>✅: Completed</li>
<li>🟠: Work in progress</li>
<li>❌: Not started yet</li>
</ol></br>
<b>⚠️ This Blog is open to contributions:</b>
<p>If you want to contribute, check out the gitea repository for contributions <a href="https://git.nowhere.moe/nihilist/blog-contributions">here</a>. (i'm rewarding 10 to 50 euros in monero per new complete blogpost), if the blogpost you want to contribute is not listed below, validate your blogpost idea with me beforehand.</p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div> <!-- /container -->
<!-- +++++ Second Post +++++ -->
<div id="anon2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div style="float: left; width: 50%;">
<p>📝 Explaining Concepts</p>
<ol>
<li><a href="manifesto/index.html">✅ a Nihilist's Manifesto</a></li>
<li><a href="aps/index.html">✅ Privacy, Anonymity, Plausible Deniability, Decentralisation, Security, and 0days</a></li>
<li><a href="governments/index.html">✅ Governments, Centralisation, and Law Enforcement</a></li>
<li><a href="govfear/index.html">✅ Governments fear Decentralisation and Anonymity</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
<p>📝 Explaining OPSEC ⭐</p>
<ol>
<li><a href="opsec4levels/index.html">✅ Audit your OPSEC and determine the appropriate internet use</a></li>
<li><a href="internetsegmentation/index.html">✅ Internet usage segmentation (QEMU VMs + Identity Management)</a></li>
<li><a href="opsec/index.html">✅ OPSEC: Using the right Technology and Behavior </a></li>
</br>
</br>
</br>
</ol></br>
</div>
</div>
</div><!-- /row -->
</div> <!-- /co tainer -->
</div><!-- /white -->
<div id="anon1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><img src="su0.png"> <b>OPSEC LEVEL 1: Privacy </b> </h2>
<div style="float: left; width: 50%;">
<p>📝 Explaining Privacy</p>
<ol>
<li><a href="privacy/index.html">✅ What is Privacy ? Why is it important ? </a></li>
<li><a href="closedsource/index.html">✅ The main source of Privacy: Open source software </a></li>
<li><a href="openhardware/index.html">✅ The lack of Open Source Hardware (CPUs, Motherboards, GPUs)</a></li>
</ol></br>
<p>💻 Getting started</p>
<ol>
<li><a href="linux/index.html">✅ How to install Linux from a Windows PC ⭐</a></li>
<li><a href="linuxprograms/index.html">✅ How to install and update programs on Linux </a></li>
<li><a href="graphene/index.html">✅ How to install GrapheneOS on a Pixel Phone</a></li>
</ol></br>
<p>💻 File Sharing</p>
<ol>
<li><a href="index.html">❌ One on One large file sharing (Syncthing over VPN)</a></li>
<li><a href="index.html">❌ P2P large file sharing (Torrents over VPN)</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
<p>💻 Privacy means Open Source (FOSS)</p>
<ol>
<li><a href="compilation/index.html">✅ How to compile open source software + How to verify software integrity </a></li>
<li><a href="hypervisorsetup/index.html">✅ How to Virtualize Machines (QEMU/KVM Hypervisor)</a></li>
<li><a href="vpn/index.html">✅ How to get privacy from your ISP using a VPN</a></li>
<li><a href="vpnqemu/index.html">✅ Route QEMU VMs through a Host OS VPN</a></li>
<li><a href="passwordmanagement/index.html">✅ Password Management 101 (How to use Keepass)</a></li>
<li><a href="serversideencryption/index.html">✅ Serverside: Should I trust serverside encryption? Should I use PGP?</a></li>
<li><a href="pgp/index.html">✅ Private Messaging (PGP encryption)</a></li>
</ol></br>
<p>⚠️ Miscellaneous - In real life</p>
<ol>
<li><a href="index.html">❌ Hide the contents of a mail package</a></li>
</ol></br>
</div></br></br>
<div style="float: right; width: 50%;">
</div></br></br>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<div id="anon2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><img src="on0.png"> <b>OPSEC LEVEL 2: Anonymity </b></h2>
<div style="float: left; width: 50%;">
<p>📝 Explaining Anonymity</p>
<ol>
<li><a href="anonymityexplained/index.html">✅ What is Anonymity ? Why is it Important ? </a></li>
<li><a href="anonuse/index.html">✅ Why isn't Privacy enough for Anonymous use ? </a></li>
<li><a href="torvsvpns/index.html">✅ The main source of Anonymity: The Tor Network</a></li>
<li><a href="torthroughvpn/index.html">✅ Using Tor Safely: Tor through VPN or VPN through Tor ? </a></li>
<li><a href="phonenumbers/index.html">🟠 Phone Numbers are incompatible with Anonymity</a></li>
<li><a href="index.html">❌ Stylography protection (Running a Local LLM and copy pasting messages)</a></li>
</ol></br>
<p>💻 Clientside - Getting Started (<a href="torthroughvpn/index.html">⚠️ Check if your ISP allows Tor or Not!</a>)</p>
<ol>
<li><a href="torbrowsing/index.html">✅ Tor Web Browser setup</a></li>
<li><a href="MobileTor/index.html">✅ How to use the Tor Browser on Mobile</a></li>
<li><a href="tailsqemuvm/index.html">✅ Tails OS QEMU VM for Temporary Anonymity</a></li>
<li><a href="whonixqemuvms/index.html">✅ VMs for Long-term Anonymity (Whonix QEMU VMs)</a></li>
</ol></br>
<p>💻 File Sharing</p>
<ol>
<li><a href="index.html">❌ How to send small files Anonymously (Onionshare)</a></li>
<li><a href="index.html">❌ One on One large file sharing (Syncthing over Tor)</a></li>
<li><a href="index.html">❌ P2P large file sharing (Torrents over i2p or Tor)</a></li>
</ol></br>
<p>💻 Clientside - Decentralized Finances ⭐</p>
<ol>
<li><a href="finances/index.html">✅ Why Financial decentralisation ? (Cryptocurrencies, Exchanges and KYC) ⭐</a></li>
<li><a href="monero2024/index.html">✅ How to acquire and use Monero </a></li>
<li><a href="chainalysisattempts/index.html">✅ Why can't I trust Centralised Exchanges, and random Monero nodes ?</a></li>
<li><a href="haveno-client-f2f/index.html">✅ Haveno Decentralised Exchange direct Fiat -> XMR transaction ⭐</a></li>
<li><a href="haveno-arbitrator/index.html">✅ Haveno DEX Dispute resolution (Fiat -> XMR) </a></li>
<li><a href="haveno-sepa/index.html">✅ Haveno DEX Bank Transfer (ex: SEPA) -> XMR transaction </a></li>
<li><a href="haveno-cashbymail/index.html">✅ Haveno DEX Cash By Mail -> XMR transaction ⭐</a></li>
<li><a href="index.html">❌ Convert Monero into other Cryptos Anonymously (XMR -> BTC Atomic Swaps DEX)</a></li>
<li><a href="index.html">❌ Monero Inheritence Management</a></li>
</ol></br>
<p>💻 Clientside - Making use of Anonymity (<a href="https://kycnot.me/?t=service">Non-KYC Providers</a>)</p>
<ol>
<li><a href="index.html">❌ How to get a mail account anonymously (Mails as a service)</a></li>
<li><a href="index.html">❌ How to get a phone number anonymously (Remote SMSes as a service)</a></li>
<li><a href="index.html">❌ How to get a credit card anonymously (Credit cards as a service)</a></li>
<li><a href="index.html">❌ How to get a residential proxies anonymously</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
<p>🧅 Serverside - Contributing to Anonymity</p>
<ol>
<li><a href="tor/bridge/index.html">✅ Tor Bridge Node </a></li>
<li><a href="tor/relay/index.html">✅ Tor Node </a></li>
<li><a href="tor/exit_node/index.html">✅ Tor Exit Node </a></li>
<li><a href="monero2024/node.html">✅ Monero Node</a></li>
<li><a href="monerop2pool/index.html">✅ Monero Mining with p2pool (help validate the network)</a></li>
<li><a href="index.html">❌ Haveno Seed Node</a></li>
<li><a href="index.html">❌ Haveno DEX Network </a></li>
</ol></br>
<p>🧅 Serverside - Anonymous Hidden Services </p>
<ol>
<!--<li><a href="hiddenservices/index.html">✅ Introduction to Hosting Hidden Services</a></li>-->
<li><a href="hiddenservice/index.html">✅ Where to host Anonymous Hidden Services ?</a></li>
<li><a href="torwebsite/index.html">✅ Hidden Service with custom .onion Vanity V3 address</a></li>
<li><a href="index.html">❌ Basic Webserver setup (NGINX / PHP / MYSQL)</a></li>
<li><a href="index.html">❌ Minimalistic MoneroSSO .onion setup</a></li>
<li><a href="xmpp2024/index.html">🟠 XMPP prosody .onion setup (chat service)</a></li>
<li><a href="index.html">❌ Gitea .onion setup (Code repositories)</a></li>
<li><a href="index.html">❌ Nextcloud .onion setup (cloud storage)</a></li>
<li><a href="index.html">❌ Mastodon .onion setup (Microblogging)</a></li>
<li><a href="index.html">❌ Discourse .onion setup (Forums)</a></li>
</br>
</ol></br>
<p>🧅 Serverside - Anonymous Clearnet Services </p>
<ol>
<li><a href="anonclearnetservices/index.html">✅ Where to host Anonymous Clearnet Services ?</a></li>
<li><a href="anonymousremoteserver/index.html">✅ How to rent remote servers anonymously (Cloud resellers) ⭐</a></li>
<li><a href="anondomain/index.html">✅ How to rent remote domains anonymously (Registrar resellers) ⭐</a></li>
<li><a href="anonaccess/index.html">✅ Remote anonymous access setup (cockpit + ssh through tor)</a></li>
<li><a href="dns/index.html">✅ Clearnet Bind9 DNS server setup (with DNSSEC)</a></li>
<li><a href="matrixnew/index.html">✅ Clearnet Matrix server (federated clearnet chatting)</a></li>
<li><a href="mailprivate/index.html">✅ Anonymous (remote or self-hosted) clearnet Mail Server ⭐</a></li>
</br>
</ol></br>
<p>⚠️ Miscellaneous - In real life</p>
<ol>
<li><a href="index.html">❌ How to send a mail package anonymously</a></li>
<li><a href="index.html">❌ How to recieve a mail package anonymously</a></li>
<li><a href="index.html">❌ How to remain Anonymous during a protest</a></li>
</ol></br>
</div></br></br>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<div id="anon1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><img src="de0.png"> <b>OPSEC LEVEL 3: Plausible Deniability </b></h2>
<div style="float: left; width: 50%;">
<p>📝 Explaining Plausible Deniability</p>
<ol>
<li><a href="encryption/index.html">✅ What is Plausible Deniability ? Why is it Important ?</a></li>
<li><a href="anonsensitive/index.html">✅ Why Anonymity isnt enough for Sensitive use ? </a></li>
<li><a href="sensitiveremotevshome/index.html">🟠 Sensitive Services: Self-Host or Host Remotely ?</a></li>
</ol></br>
<p>💻 Clientside - Getting Started </p>
<ol>
<li><a href="veracrypt/index.html">✅ The main source of Plausible Deniability: Veracrypt Hidden Partitions</a></li>
<li><a href="plausiblydeniabledataprotection/index.html">✅ Plausibly Deniable Critical Data Backups</a></li>
<li><a href="anonymity/index.html">🟠 Plausibly Deniable Anonymity VMs (Whonix VMs in a Hidden Volume)⭐</a></li>
</ol></br>
<p>💻 Steganography - Hiding secrets in plain sight</p>
<ol>
<li><a href="index.html">❌ Other sources of Plausible Deniability: Steganography</a></li>
<li><a href="index.html">❌ Hiding textfiles into images</a></li>
<li><a href="anonzulucrypt/index.html">✅ Hiding entire zipfiles into videofiles files (zulucrypt)</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
<p>🧅 Serverside - Plausible Deniability at Home (⚠️ <a href="sensitiveremotevshome/index.html">Self Hosting = Risky!</a>)</p>
<ol>
<li><a href="pf_virt/index.html">✅ Open source router VM setup (pfsense on QEMU/KVM)</a></li>
<li><a href="failovers/index.html">✅ Electrical Failover (basic UPS setup)</a></li>
<li><a href="failover-wan/index.html">✅ Internet Failover (Dual WAN pfsense setup)</a></li>
<li><a href="index.html">❌ Deniable Encryption Protection (emergency shutdown script, shortcut, + systemd service)</a></li>
<li><a href="physicalsecurity/index.html">✅ Automating Deniable Encryption Protection (USB Changes, detecting movements, and SSH bruteforce attempts)</a></li>
<li><a href="endgame/index.html">✅ Endgame V3 (.onion service Anti DDOS / Load Balancer / WAF + Captcha) ⭐</a></li>
</ol></br>
<p>🧅 Serverside - Remote Plausible Deniability (⚠️ <a href="sensitiveremotevshome/index.html">Remote Hosting = Safer!</a>)</p>
<ol>
<li><a href="index.html">❌ When the Adversary is the cloud provider himself</a></li>
<li><a href="index.html">❌ Protecting against cold boot attacks, with RAM encryption (no hardware access!)</a></li>
<li><a href="index.html">❌ System Intrusion / Integrity monitoring (kernel modules, binary files, unwanted processes, hardwre changes)</a></li>
<li><a href="index.html">❌ Custom Linux OS making (debian-based)</a></li>
<li><a href="index.html">❌ Obtaining a non-KYC dedicated server, with a custom OS</a></li>
<li><a href="index.html">❌ Intrusion detection on remote servers </a></li>
</ol></br>
</div></br></br>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<div id="anon2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b> Inspirations</b></h2>
<ol>
<li><a href="https://git.hackliberty.org/hackliberty.org/Hack-Liberty-Resources">Hack Liberty Resources</a></li>
<li><a href="https://privacyguides.net">Privacy Guides</a></li>
<li><a href="https://simplifiedprivacy.com">Simplified Privacy</a></li>
<li><a href="https://anonymousplanet.org/guide.html">The Hitchhiker's guide to Anonymity</a></li>
</ol></br></br>
<h2><b>Non-KYC VPS providers</b></h2> </br> </br>
<p>Current services used:</p>
<ol>
<li><a href="https://kycnot.me/service/servers.guru">ServersGuru (KYC-Free reseller of cloud providers like Hetzner)</a></li>
<li><a href="https://kycnot.me/service/nicevps">nicevps.net (KYC-Free registrar)</a></li>
</ol>
</br>
<p>Previous services:</p>
<ol>
<li><a href="https://kycnot.me/service/incognet">Incognet (both registrar and cloud provider)</a></li>
<li><a href="https://kycnot.me/service/hostiko">Hostiko (cloud provider)</a></li>
<li><a href="https://kycnot.me/search?q=hosting&type=service">Other Non-KYC Cloud Providers</a></li>
</ol>
</br></br>
<pre><code class="nim">
LEGAL DISCLAIMER:
Across the entirety of my blog, in all articles that I made, I advocate for the legal use of technologies, even when I am talking about Privacy-enhancing and Anonymity-enabling technologies. In no way am I advocating for any illegal use of any technology showcased in any article on my blog. as the goal of this blog is to remain stricly informative and educative.
I decline any and all responsibility for any mis-use of any of the technology i showcase in the entirety of my blog. I also decline any and all responsibility for any physical, digital and psychological damage caused by the mis-use of any showcased technology, as the responsibility of such acts remains with the perpretating third-party. By reading this blog, you permanently, irrevocably and world-widely agree that I am in no way am responsible for any illegal action done by you or anyone that uses any of the showcased technology in my blog articles.
</pre></code>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Footer Section +++++ -->
<div id="anonb">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>Nihilism</h4>
<p>
Until there is Nothing left.
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>My Links</h4>
<p>
<a target="_blank" rel="noopener noreferrer" href="http://blog.nowhere.moe/rss/feed.xml">RSS Feed</a><br/><a target="_blank" rel="noopener noreferrer" href="https://matrix.to/#/#nowheremoe:nowhere.moe">Matrix Chat</a><br/>
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>About nihilist</h4>
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@contact.nowhere.moe (<a href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</p>
</div><!-- /col-lg-4 -->
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>