173 lines
12 KiB
HTML
173 lines
12 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||
<meta name="theme-color" content="#f78da7" />
|
||
<title>Anti-Doxxing & Reporting Hub</title>
|
||
<script src="https://cdn.tailwindcss.com"></script>
|
||
<style>
|
||
:root{
|
||
--cartation-pink:#f78da7;
|
||
--bg-pink:#fde6ec;
|
||
--muted:#555;
|
||
}
|
||
html,body{height:100%}
|
||
body{
|
||
background-color:var(--bg-pink);
|
||
color:#111827;
|
||
-webkit-font-smoothing:antialiased;
|
||
-moz-osx-font-smoothing:grayscale;
|
||
}
|
||
.card{background-color:#fff;}
|
||
.muted{color:var(--muted);}
|
||
a.icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;}
|
||
a.icon svg{width:24px;height:24px;}
|
||
a.icon:hover{transform:translateY(-3px);transition:transform .18s ease;}
|
||
</style>
|
||
</head>
|
||
<body class="min-h-screen antialiased">
|
||
|
||
<header class="max-w-6xl mx-auto px-6 pt-8 pb-6">
|
||
<div class="flex flex-col md:flex-row md:items-center md:justify-between gap-4">
|
||
<div>
|
||
<h1 class="text-3xl md:text-4xl font-semibold" style="color:var(--cartation-pink)">Anti-Doxxing & Reporting Hub</h1>
|
||
<p class="mt-2 text-sm muted max-w-3xl">
|
||
Information about doxxing, relevant U.S. federal & state laws, how jurisdiction can apply across states, and step-by-step reporting and safety guidance.
|
||
</p>
|
||
</div>
|
||
<button onclick="window.print()" class="px-4 py-2 rounded-2xl shadow-md bg-white border border-pink-200 hover:shadow-lg">Print / Save</button>
|
||
</div>
|
||
</header>
|
||
|
||
<main class="max-w-6xl mx-auto px-6 pb-12 space-y-8">
|
||
|
||
<!-- What is doxxing -->
|
||
<section class="card rounded-2xl shadow-md p-6">
|
||
<h2 class="text-xl font-semibold" style="color:var(--cartation-pink)">What is doxxing?</h2>
|
||
<p class="mt-3 muted text-sm">
|
||
“Doxxing” generally means publishing or distributing another person’s private or identifying information without their consent — for example, home address, phone number, employer, or other personal details — frequently with malicious intent. Doxxing may be coupled with explicit calls to harass, intimidate, or threaten the identified person(s). Whether particular conduct is unlawful depends on many factors, including the content, the publisher’s intent, the method of obtaining the data, and the likely effect on the targets.
|
||
</p>
|
||
</section>
|
||
|
||
<!-- Laws -->
|
||
<section class="card rounded-2xl shadow-md p-6">
|
||
<h2 class="text-xl font-semibold" style="color:var(--cartation-pink)">Relevant U.S. laws (summary)</h2>
|
||
<div class="mt-3 grid gap-4 md:grid-cols-2">
|
||
<div class="p-4 rounded-lg border border-pink-100">
|
||
<h3 class="font-medium">Federal</h3>
|
||
<ul class="mt-2 list-disc list-inside text-sm muted">
|
||
<li><strong>18 U.S.C. §2261A</strong> — federal stalking / cyberstalking statute <a class="text-pink-600 underline" href="https://www.law.cornell.edu/uscode/text/18/2261A" target="_blank" rel="noopener">Statute</a></li>
|
||
<li><strong>Driver’s Privacy Protection Act (18 U.S.C. §2721)</strong> — limits use/disclosure of DMV motor-vehicle records <a class="text-pink-600 underline" href="https://www.law.cornell.edu/uscode/text/18/2721" target="_blank" rel="noopener">Statute</a></li>
|
||
<li>Other federal laws can apply depending on threat content, interstate threats, extortion, or unlawful access to computers.</li>
|
||
</ul>
|
||
</div>
|
||
<div class="p-4 rounded-lg border border-pink-100">
|
||
<h3 class="font-medium">State examples & models</h3>
|
||
<ul class="mt-2 list-disc list-inside text-sm muted">
|
||
<li><strong>California</strong> — Penal Code §653.2 <a class="text-pink-600 underline" href="https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=PEN§ionNum=653.2" target="_blank" rel="noopener">Text</a></li>
|
||
<li><strong>Virginia</strong> — criminalizes publishing identifying information with intent to coerce, intimidate, or harass <a class="text-pink-600 underline" href="https://law.lis.virginia.gov/vacode/title18.2/chapter4/section18.2-186.4/" target="_blank" rel="noopener">Text</a></li>
|
||
<li><strong>Texas</strong> — reaches unlawful disclosures of residence address/phone number and related harassment conduct <a class="text-pink-600 underline" href="https://statutes.capitol.texas.gov/Docs/PE/htm/PE.42.htm" target="_blank" rel="noopener">Overview</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<p class="mt-4 text-xs muted">This is a high-level overview. Laws differ by state and the facts matter. See the resources section below for primary sources and reporting portals.</p>
|
||
</section>
|
||
|
||
<!-- Reporting guidance -->
|
||
<section class="card rounded-2xl shadow-md p-6">
|
||
<h2 class="text-xl font-semibold" style="color:var(--cartation-pink)">When & how to report</h2>
|
||
<div class="mt-3 space-y-3 text-sm muted">
|
||
<p><strong>Immediate danger:</strong> If you or someone else is in imminent danger or there are explicit threats of violence, call <strong>911</strong> immediately and provide officers with screen captures and the URL.</p>
|
||
<p><strong>Non-immediate but serious threats:</strong> File a report with the FBI’s Internet Crime Complaint Center (IC3) at <a class="text-pink-600 underline" href="https://www.ic3.gov/" target="_blank" rel="noopener">ic3.gov</a> and contact your local FBI field office.</p>
|
||
<p><strong>Platform takedown:</strong> If the content is hosted on social media, use the platform’s abuse/report flow first.</p>
|
||
<p><strong>Hosting provider abuse:</strong> If content is on a standalone site, identify the hosting provider via WHOIS and send an abuse report (preserve evidence first).</p>
|
||
<p><strong>Civil remedies:</strong> For injunctions or damages claims, consult a licensed attorney in your jurisdiction.</p>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Preserve evidence -->
|
||
<section class="card rounded-2xl shadow-md p-6">
|
||
<h2 class="text-xl font-semibold" style="color:var(--cartation-pink)">Preserve evidence — practical steps</h2>
|
||
<ol class="list-decimal list-inside mt-3 text-sm muted space-y-2">
|
||
<li>Take full-page screenshots including the URL and timestamp.</li>
|
||
<li>Save the page HTML and linked images/media.</li>
|
||
<li>Record the date/time, exact URL, and any usernames or identifiers shown.</li>
|
||
<li>Run a WHOIS lookup to identify the domain registrar and hosting provider; note their abuse contact.</li>
|
||
<li>Preserve related messages (emails, DMs) and call logs if harassment occurs by phone.</li>
|
||
</ol>
|
||
</section>
|
||
|
||
<!-- Archive services -->
|
||
<section class="card rounded-2xl shadow-md p-6">
|
||
<h2 class="text-xl font-semibold" style="color:var(--cartation-pink)">Use Archive Services</h2>
|
||
<p class="mt-3 muted text-sm">
|
||
Before reporting or contacting a platform, preserve evidence by archiving the offending page. Submit the URL to <a href="https://archive.ph/" class="text-pink-600 underline" target="_blank">archive.ph</a> or the <a href="https://web.archive.org/save" class="text-pink-600 underline" target="_blank">Wayback Machine</a>. These services create an independent timestamped copy you can share with law enforcement or lawyers later.
|
||
</p>
|
||
</section>
|
||
|
||
<!-- Jurisdiction -->
|
||
<section class="card rounded-2xl shadow-md p-6">
|
||
<h2 class="text-xl font-semibold" style="color:var(--cartation-pink)">How state law can reach an out-of-state website</h2>
|
||
<p class="mt-3 muted text-sm">
|
||
A state can assert jurisdiction over an out-of-state website operator when the operator’s actions were purposefully directed at that state’s residents or when the harmful effects are suffered in the state. Courts reference tests such as the <strong>Calder effects</strong> test and the <strong>Zippo</strong> sliding-scale approach. Whether jurisdiction exists is fact-specific — consult a litigator for complex cases.
|
||
</p>
|
||
</section>
|
||
|
||
<!-- Resources -->
|
||
<section class="card rounded-2xl shadow-md p-6">
|
||
<h2 class="text-xl font-semibold" style="color:var(--cartation-pink)">Key resources & statutes</h2>
|
||
<ul class="list-disc list-inside mt-3 text-sm muted space-y-2">
|
||
<li><a class="text-pink-600 underline" href="https://www.law.cornell.edu/uscode/text/18/2261A" target="_blank" rel="noopener">18 U.S.C. §2261A — federal stalking / cyberstalking</a></li>
|
||
<li><a class="text-pink-600 underline" href="https://www.law.cornell.edu/uscode/text/18/2721" target="_blank" rel="noopener">18 U.S.C. §2721 — Driver’s Privacy Protection Act (DPPA)</a></li>
|
||
<li><a class="text-pink-600 underline" href="https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=PEN§ionNum=653.2" target="_blank" rel="noopener">California Penal Code §653.2</a></li>
|
||
<li><a class="text-pink-600 underline" href="https://law.lis.virginia.gov/vacode/title18.2/chapter4/section18.2-186.4/" target="_blank" rel="noopener">Virginia Code — publication of identifying information</a></li>
|
||
<li><a class="text-pink-600 underline" href="https://statutes.capitol.texas.gov/Docs/PE/htm/PE.42.htm" target="_blank" rel="noopener">Texas Penal Code — relevant provisions</a></li>
|
||
<li><a class="text-pink-600 underline" href="https://www.ic3.gov/" target="_blank" rel="noopener">IC3 — File an internet crime complaint (FBI)</a></li>
|
||
</ul>
|
||
<p class="mt-3 text-xs muted">This page provides information only and is not legal advice. For case-specific legal guidance, consult a licensed attorney in the appropriate jurisdiction.</p>
|
||
</section>
|
||
|
||
</main>
|
||
|
||
<footer class="max-w-6xl mx-auto px-6 pb-10">
|
||
<div class="bg-white rounded-2xl shadow-md p-6 flex flex-col md:flex-row md:items-center md:justify-between gap-4">
|
||
<div>
|
||
<p class="font-semibold">Contact Me</p>
|
||
<p class="text-xs muted">Use the links below to reach out on each platform.</p>
|
||
</div>
|
||
<div class="flex items-center gap-4">
|
||
<!-- Twitter/X -->
|
||
<a class="icon" href="https://x.com/hrtfox" target="_blank" rel="noopener" aria-label="Twitter" title="Twitter">
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="var(--cartation-pink)">
|
||
<path d="M389.2 48H470L305.6 248.4 500 464H345.5L233.7 331.6 106.5 464H26.7L199.8 249.6 12 48H172.3l100.3 123.8L389.2 48z"/>
|
||
</svg>
|
||
</a>
|
||
<!-- Telegram -->
|
||
<a class="icon" href="https://t.me/dextroamericans" target="_blank" rel="noopener" aria-label="Telegram" title="Telegram">
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="var(--cartation-pink)">
|
||
<path d="M3 12L21 3L15 21L11 14L3 12Z"/>
|
||
</svg>
|
||
</a>
|
||
<!-- Signal -->
|
||
<a class="icon" href="https://signal.me/#eu/brDIm7Di5Pvx0IdEXP4CcFcspTT2sKoe8ypLeXOqdOS204QI3cNL56HKS7bn7sFZ" target="_blank" rel="noopener" aria-label="Signal" title="Signal">
|
||
<!-- Inline Signal SVG you pasted -->
|
||
<svg fill="none" height="24" viewBox="0 0 160 160" width="24" xmlns="http://www.w3.org/2000/svg">
|
||
<g fill="var(--cartation-pink)">
|
||
<path d="m80 0c4.1505 0 8.2271.31607 12.2072.925452l-1.1444 7.413248c-3.6069-.55226-7.3014-.8387-11.0628-.8387-3.7612 0-7.4555.28641-11.0623.83862l-1.1444-7.413245c3.9799-.609332 8.0564-.925375 12.2067-.925375z"/>
|
||
<path d="m98.9849 2.26619-1.7798 7.28755c7.3099 1.77896 14.1849 4.66606 20.4389 8.47306l3.895-6.411c-6.901-4.20091-14.488-7.38658-22.5541-9.34961z"/>
|
||
<!-- …rest of your paths from the SVG … -->
|
||
<path d="m145 80c0 35.899-29.101 65-65 65-11.3866 0-22.0893-2.928-31.3965-8.072-.8961-.495-1.9417-.658-2.9389-.426l-28.9134 6.747 6.7465-28.914c.2326-.997.0692-2.043-.426-2.939-5.1439-9.307-8.0717-20.0095-8.0717-31.396 0-35.8985 29.1015-65 65-65 35.899 0 65 29.1015 65 65z"/>
|
||
</g>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<div class="text-xs muted mt-3 text-center">
|
||
<p>Not legal advice. This resource summarizes public laws and reporting channels. For case-specific legal help, contact a licensed attorney.</p>
|
||
</div>
|
||
</footer>
|
||
|
||
</body>
|
||
</html>
|