Adding canary

This commit is contained in:
Sparticus 2025-04-13 12:50:34 -04:00
parent befdfa3206
commit 0bde7ec974
14 changed files with 235 additions and 10 deletions

View File

@ -10,7 +10,7 @@
<div>
<img src="/assets/images/omegablk.png">
</div>
{% include navigation.html %}
<!-- {% include navigation.html %} -->
{{ content }}
</body>
</html>

View File

@ -11,3 +11,7 @@ div {
margin-left: auto;
margin-right: auto;
}
ul, ol {
text-align: left;
}

View File

@ -10,7 +10,7 @@
<div>
<img src="/assets/images/omegablk.png">
</div>
<nav>
<!-- <nav>
<a href="/">Home</a>
@ -19,7 +19,7 @@
<a href="/blog.html">Blog</a>
</nav>
-->
<p style="font-weight: bold; margin: 0;">United Interwebs Department of Internautics:</p>
<p style="font-weight: bold; margin: 0;">Bureau of Decentralized Resistance</p>
<p style="margin: 0;">09 Mar 2025</p>

View File

@ -10,7 +10,7 @@
<div>
<img src="/assets/images/omegablk.png">
</div>
<nav>
<!-- <nav>
<a href="/">Home</a>
@ -19,7 +19,7 @@
<a href="/blog.html">Blog</a>
</nav>
-->
<h1 id="about-page">About page</h1>
<p>This is a test about page</p>

View File

@ -13,4 +13,8 @@ div {
margin-right: auto;
}
ul, ol {
text-align: left;
}
/*# sourceMappingURL=styles.css.map */

View File

@ -1 +1 @@
{"version":3,"sourceRoot":"","sources":["../../_sass/main.scss"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;EACA","sourcesContent":[".current {\n color: green;\n}\nbody {\n background-color: black;\n color: white;\n}\n\ndiv {\n max-width: 700px;\n margin-left: auto;\n margin-right: auto;\n}\n"],"file":"styles.css"}
{"version":3,"sourceRoot":"","sources":["../../_sass/main.scss"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACC","sourcesContent":[".current {\n color: green;\n}\nbody {\n background-color: black;\n color: white;\n}\n\ndiv {\n max-width: 700px;\n margin-left: auto;\n margin-right: auto;\n}\n\nul, ol {\n text-align: left;\n}\n"],"file":"styles.css"}

View File

@ -0,0 +1,24 @@
This canary covers the Department of Internautics and the administrators that keep the servers running.
This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to:
hacker.supply VPN
hacker.supply paranoid github instance
hacker.supply yeetfile zero trust file service
resist.is VPN
resist.is bluesky PDS service
resist.is email
resist.is web content
weresist.is etherpad
weresist.is matrix-synapse and related services
The Department of Internautics affirms that:
We have never been asked to allow access to systems or logs by any law enforcement or government agency
We have never allowed access to our systems to any law enforcement or government agency, with or without a court order
We have never been asked to install additional software on our systems to aid law enforcement or government entities
We have never installed additional software or backdoors on our systems to aid law enforcement or government entities
We have never been asked to provide decryption, authentication, or access keys/tokens to anyone
We have never provided decryption, authentication, or access keys/tokens to anyone
We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate

View File

@ -0,0 +1,41 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
This canary covers the Department of Internautics and the administrators that keep the servers running.
This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to:
hacker.supply VPN
hacker.supply paranoid github instance
hacker.supply yeetfile zero trust file service
resist.is VPN
resist.is bluesky PDS service
resist.is email
resist.is web content
weresist.is etherpad
weresist.is matrix-synapse and related services
The Department of Internautics affirms that:
We have never been asked to allow access to systems or logs by any law enforcement or government agency
We have never allowed access to our systems to any law enforcement or government agency, with or without a court order
We have never been asked to install additional software on our systems to aid law enforcement or government entities
We have never installed additional software or backdoors on our systems to aid law enforcement or government entities
We have never been asked to provide decryption, authentication, or access keys/tokens to anyone
We have never provided decryption, authentication, or access keys/tokens to anyone
We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCgAdFiEEWaz5JBAxSEsV8r0+kwdhU9cApDIFAmf76mwACgkQkwdhU9cA
pDKnywv+PDcyr5zKW1LWsvG/SXLRubVsJ0OmAa5R+d0zwxr2tEXeMeIVsUVOwVLP
Q8ZKEYWmit2DW0gcB0n2h4DK14GWMzyQCpV2xSrSy3lbY2GYfXPLEx3yjMQ+Dihg
MYrlkW8fqGaosWKxLVmpl7t2tFWmhy9fSg+CwK8o3XjmZcuHxj6II9dsXy1VH4C3
kKPtLKEomk+5I4ecBEnLa0t3liF0tkylg6HAQInwR5OTTXIPXMJRdD9nFjRVZq9T
5BOgdFJX8jSmh2ythN5f8MgQs5co1nQvXiqaWzllhV6CFz5qHrocHH2m9pG7yPTp
E966kCFMeRgMsOQ+FC3TolUGpwCWn0nenTKztDXf1F8pXmnSxZyK53JZQ9Urf9rt
v3i9iRM3YTzFkhgzi59D0yt/cgszGUAZCBC8WS5qS2Bs/NtSolNg4wrweHhyo68P
rU2kai0pXYMzedsT1GWQEUecnLn9MWbuPrhXtTVL7Lz/BpchVJhi1U5wdQVNYJzi
FfplzdLP
=9EzN
-----END PGP SIGNATURE-----

View File

@ -10,7 +10,7 @@
<div>
<img src="/assets/images/omegablk.png">
</div>
<nav>
<!-- <nav>
<a href="/">Home</a>
@ -19,7 +19,7 @@
<a href="/blog.html" class="current">Blog</a>
</nav>
-->
<h1>Latest Posts</h1>
<ul>

View File

@ -10,7 +10,7 @@
<div>
<img src="/assets/images/omegablk.png">
</div>
<nav>
<!-- <nav>
<a href="/" class="current">Home</a>
@ -19,7 +19,7 @@
<a href="/blog.html">Blog</a>
</nav>
-->
<p style="color: white; font-weight: bold;">Resist</p>
<a href=sparticus.pubkey.txt style="text-align:center; color: red;">GPG Pubkey</a> <br />
<p style="color: white;">Matrix: @sparticus:weresist.is</p>

54
_site/warrant.html Normal file
View File

@ -0,0 +1,54 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Warrant Canary - The Department of Internautics</title>
<link rel="stylesheet" href="/assets/css/styles.css"
</head>
<body>
<div style="text-align:center;">
<div>
<img src="/assets/images/omegablk.png">
</div>
<!-- <nav>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/blog.html">Blog</a>
</nav>
-->
<p>This canary covers the Department of Internautics and the administrators that keep the servers running.</p>
<p>A flat, clearsigned version of this document can be found <a href="assets/files/canary.txt">here</a>
<p>This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to: </p>
<ul>
<li>hacker.supply VPN</li>
<li>hacker.supply paranoid github instance</li>
<li>hacker.supply yeetfile zero trust file service</li>
<li>resist.is VPN</li>
<li>resist.is bluesky PDS service</li>
<li>resist.is email</li>
<li>resist.is web content</li>
<li>weresist.is etherpad</li>
<li>weresist.is matrix-synapse and related services</li>
</ul>
<h2>The Department of Internautics affirms that: </h2>
<ol>
<li>We have never been asked to allow access to systems or logs by any law enforcement or government agency</li>
<li>We have never allowed access to our systems to any law enforcement or government agency, with or without a court order</li>
<li>We have never been asked to install additional software on our systems to aid law enforcement or government entities</li>
<li>We have never installed additional software or backdoors on our systems to aid law enforcement or government entities</li>
<li>We have never been asked to provide decryption, authentication, or access keys/tokens to anyone</li>
<li>We have never provided decryption, authentication, or access keys/tokens to anyone</li>
<li>We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate</li>
</ol>
</body>
</html>

View File

@ -0,0 +1,24 @@
This canary covers the Department of Internautics and the administrators that keep the servers running.
This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to:
hacker.supply VPN
hacker.supply paranoid github instance
hacker.supply yeetfile zero trust file service
resist.is VPN
resist.is bluesky PDS service
resist.is email
resist.is web content
weresist.is etherpad
weresist.is matrix-synapse and related services
The Department of Internautics affirms that:
We have never been asked to allow access to systems or logs by any law enforcement or government agency
We have never allowed access to our systems to any law enforcement or government agency, with or without a court order
We have never been asked to install additional software on our systems to aid law enforcement or government entities
We have never installed additional software or backdoors on our systems to aid law enforcement or government entities
We have never been asked to provide decryption, authentication, or access keys/tokens to anyone
We have never provided decryption, authentication, or access keys/tokens to anyone
We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate

41
assets/files/canary.txt Normal file
View File

@ -0,0 +1,41 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
This canary covers the Department of Internautics and the administrators that keep the servers running.
This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to:
hacker.supply VPN
hacker.supply paranoid github instance
hacker.supply yeetfile zero trust file service
resist.is VPN
resist.is bluesky PDS service
resist.is email
resist.is web content
weresist.is etherpad
weresist.is matrix-synapse and related services
The Department of Internautics affirms that:
We have never been asked to allow access to systems or logs by any law enforcement or government agency
We have never allowed access to our systems to any law enforcement or government agency, with or without a court order
We have never been asked to install additional software on our systems to aid law enforcement or government entities
We have never installed additional software or backdoors on our systems to aid law enforcement or government entities
We have never been asked to provide decryption, authentication, or access keys/tokens to anyone
We have never provided decryption, authentication, or access keys/tokens to anyone
We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCgAdFiEEWaz5JBAxSEsV8r0+kwdhU9cApDIFAmf76mwACgkQkwdhU9cA
pDKnywv+PDcyr5zKW1LWsvG/SXLRubVsJ0OmAa5R+d0zwxr2tEXeMeIVsUVOwVLP
Q8ZKEYWmit2DW0gcB0n2h4DK14GWMzyQCpV2xSrSy3lbY2GYfXPLEx3yjMQ+Dihg
MYrlkW8fqGaosWKxLVmpl7t2tFWmhy9fSg+CwK8o3XjmZcuHxj6II9dsXy1VH4C3
kKPtLKEomk+5I4ecBEnLa0t3liF0tkylg6HAQInwR5OTTXIPXMJRdD9nFjRVZq9T
5BOgdFJX8jSmh2ythN5f8MgQs5co1nQvXiqaWzllhV6CFz5qHrocHH2m9pG7yPTp
E966kCFMeRgMsOQ+FC3TolUGpwCWn0nenTKztDXf1F8pXmnSxZyK53JZQ9Urf9rt
v3i9iRM3YTzFkhgzi59D0yt/cgszGUAZCBC8WS5qS2Bs/NtSolNg4wrweHhyo68P
rU2kai0pXYMzedsT1GWQEUecnLn9MWbuPrhXtTVL7Lz/BpchVJhi1U5wdQVNYJzi
FfplzdLP
=9EzN
-----END PGP SIGNATURE-----

33
warrant.html Normal file
View File

@ -0,0 +1,33 @@
---
layout: default
title: Warrant Canary - The Department of Internautics
---
<p>This canary covers the Department of Internautics and the administrators that keep the servers running.</p>
<p>A flat, clearsigned version of this document can be found <a href="assets/files/canary.txt">here</a>
<p>This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to: </p>
<ul>
<li>hacker.supply VPN</li>
<li>hacker.supply paranoid github instance</li>
<li>hacker.supply yeetfile zero trust file service</li>
<li>resist.is VPN</li>
<li>resist.is bluesky PDS service</li>
<li>resist.is email</li>
<li>resist.is web content</li>
<li>weresist.is etherpad</li>
<li>weresist.is matrix-synapse and related services</li>
</ul>
<h2>The Department of Internautics affirms that: </h2>
<ol>
<li>We have never been asked to allow access to systems or logs by any law enforcement or government agency</li>
<li>We have never allowed access to our systems to any law enforcement or government agency, with or without a court order</li>
<li>We have never been asked to install additional software on our systems to aid law enforcement or government entities</li>
<li>We have never installed additional software or backdoors on our systems to aid law enforcement or government entities</li>
<li>We have never been asked to provide decryption, authentication, or access keys/tokens to anyone</li>
<li>We have never provided decryption, authentication, or access keys/tokens to anyone</li>
<li>We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate</li>
</ol>