Skip to content
wiki.fftac.org

Section Osint

**Site relevance:** 2IA.org

**Memory type:** theme source memory

**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/template-parts/section-osint.php

**Size:** 4.7 KB

Summary

Open-source intelligence section.

Source Preview

This source file is short enough to preview directly on its source-memory page.

<?php
/**
 * Open-source intelligence section.
 *
 * @package TwoIA
 */
?>
<section id="open-source-intelligence" class="section osint-section" aria-labelledby="osint-title">
	<header class="section-header section-header--row">
		<div>
			<p class="eyebrow"><?php esc_html_e( 'Open-source intelligence', 'two-identities-anonymous' ); ?></p>
			<h2 id="osint-title"><?php esc_html_e( 'OSINT is public information with public-interest obligations.', 'two-identities-anonymous' ); ?></h2>
		</div>
		<p><?php esc_html_e( 'Open-source intelligence turns publicly available material into accountable analysis. The hard part is not finding more data; it is limiting purpose, protecting people, checking uncertainty, and documenting what a claim can actually support.', 'two-identities-anonymous' ); ?></p>
	</header>

	<div class="metadata-grid signal-catalog" aria-label="<?php esc_attr_e( 'OSINT public-source categories', 'two-identities-anonymous' ); ?>">
		<span><strong><?php esc_html_e( 'Records', 'two-identities-anonymous' ); ?></strong><?php esc_html_e( 'Official releases, archives, filings, public notices.', 'two-identities-anonymous' ); ?></span>
		<span><strong><?php esc_html_e( 'Media', 'two-identities-anonymous' ); ?></strong><?php esc_html_e( 'News, public posts, images, video, statements.', 'two-identities-anonymous' ); ?></span>
		<span><strong><?php esc_html_e( 'Context', 'two-identities-anonymous' ); ?></strong><?php esc_html_e( 'Time, place, environment, sequence, provenance.', 'two-identities-anonymous' ); ?></span>
		<span><strong><?php esc_html_e( 'Signals', 'two-identities-anonymous' ); ?></strong><?php esc_html_e( 'Metadata, relationships, repetition, source history.', 'two-identities-anonymous' ); ?></span>
		<span><strong><?php esc_html_e( 'Verification', 'two-identities-anonymous' ); ?></strong><?php esc_html_e( 'Corroboration, confidence labels, reproducible notes.', 'two-identities-anonymous' ); ?></span>
		<span><strong><?php esc_html_e( 'Limits', 'two-identities-anonymous' ); ?></strong><?php esc_html_e( 'Law, privacy, minimization, retention, redaction.', 'two-identities-anonymous' ); ?></span>
	</div>

	<div class="grid grid--two section-split">
		<article class="briefing-panel">
			<p class="eyebrow"><?php esc_html_e( 'Responsible analysis', 'two-identities-anonymous' ); ?></p>
			<h3><?php esc_html_e( 'Public data still needs a narrow question.', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'A rights-aware OSINT practice starts with a lawful purpose, gathers only what is relevant, preserves source context, and separates confirmed facts from inference.', 'two-identities-anonymous' ); ?></p>
			<p><?php esc_html_e( '2IA treats transparency, audit trails, bias review, and correction paths as part of the method, not as afterthoughts added after publication.', 'two-identities-anonymous' ); ?></p>
		</article>
		<article class="briefing-panel briefing-panel--warning">
			<p class="eyebrow"><?php esc_html_e( 'Civic evidence discipline', 'two-identities-anonymous' ); ?></p>
			<h3><?php esc_html_e( 'The point is proof, not exposure.', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'Useful public intelligence proves the institutional point while cutting away needless personal exposure. The strongest dossier is the one that can be checked, corrected, and defended.', 'two-identities-anonymous' ); ?></p>
		</article>
	</div>

	<div class="timeline" aria-labelledby="osint-cycle-title">
		<h3 id="osint-cycle-title"><?php esc_html_e( 'Public accountability cycle', 'two-identities-anonymous' ); ?></h3>
		<ol>
			<li><span><?php esc_html_e( 'Define', 'two-identities-anonymous' ); ?></span><p><?php esc_html_e( 'State the public-interest question and the legal or editorial boundary before collecting material.', 'two-identities-anonymous' ); ?></p></li>
			<li><span><?php esc_html_e( 'Limit', 'two-identities-anonymous' ); ?></span><p><?php esc_html_e( 'Avoid unnecessary personal data, private-account access, impersonation, harassment, or speculative targeting.', 'two-identities-anonymous' ); ?></p></li>
			<li><span><?php esc_html_e( 'Corroborate', 'two-identities-anonymous' ); ?></span><p><?php esc_html_e( 'Compare independent public sources and mark what is confirmed, disputed, inferred, or unknown.', 'two-identities-anonymous' ); ?></p></li>
			<li><span><?php esc_html_e( 'Publish Carefully', 'two-identities-anonymous' ); ?></span><p><?php esc_html_e( 'Use redaction, confidence language, source notes, and retention discipline when findings affect people.', 'two-identities-anonymous' ); ?></p></li>
		</ol>
	</div>

	<a class="button button--secondary" href="<?php echo esc_url( home_url( '/open-source-intelligence/' ) ); ?>"><?php esc_html_e( 'Read the OSINT framework', 'two-identities-anonymous' ); ?></a>
</section>