SITREPINTEL
Daily Defense Intelligence Briefing

The Defense Sector.
Decoded. Every Morning.

Government contracts, congressional trades, lobbying activity, insider transactions, and market data across 55 defense and aerospace companies — delivered before the opening bell. Free during early access.

55Tickers Tracked
7Data Sources
8:30AMDaily · ET
Per Week
// Early Access — Free Beta
Full Access
Full access. Free during beta. No credit card required.
FREE EARLY ACCESS No credit card · no commitment
Future price: $10 / month
Market MoversTop 10 gainers & decliners daily
Gov ContractsAll DoD, DHS & agency awards
Congressional TradesEvery buy & sell by U.S. lawmakers
Lobbying ActivityPAC spend, issues & YTD totals
Corporate DonorsPAC → congressional trade cross-ref
Insider TransactionsExecutive buys & sells with titles
Analyst ConsensusBuy / hold / sell across all names
Sector ETF PulseITA, XAR, PPA, SHLD daily performance
FREE EARLY ACCESS — LIMITED TIME
Get the full paid digest completely free while we're in beta. No credit card. No commitment.
Sample — Today's Market Intelligence
▲ TOP GAINERS ·············································
BA$209.89▲ 2.39%Boeing — $2.34B Air Force contract modification announced
BAH$78.27▲ 1.07%Booz Allen — NASA Moon to Mars $2.2M task order awarded
HII$415.71▲ 0.30%Huntington Ingalls — Strong naval shipbuilding demand

▼ TOP DECLINERS ········································
MRCY$78.16▼ 5.76%Mercury Systems — JANA Partners liquidating $40M+ position
RCAT$15.86▼ 4.11%Red Cat Holdings — Earnings week selling pressure
AVAV$207.07▼ 2.82%AeroVironment — BTIG cuts PT to $330, maintains Buy
TRENDING CONTRACTS — TODAY'S AWARDS ···················
LHX2026-03-16$17.1MDept of Commerce — AN/APY-11 Multi-Mode Radar System
BAH2026-03-02$2.2MNASA — Moon to Mars Development Assessment Task Order
GD2026-03-02$3.5MDept of Defense — DISA SVTC-ONE Task Order Award
AXON2026-02-26$521KDept of Homeland Security — DEMS License Refresh
How It Works
01
Subscribe
Sign up with your email. No credit card, no commitment. Full access is free during our beta period.
02
Receive
Every weekday morning your SITREP Intel briefing lands in your inbox before markets open.
03
Stay Ahead
Track contracts, congressional activity, and market moves across 55 defense names — all in one place.

Free during beta · No credit card required

Already a subscriber?
Unsubscribe
Enter your email below to be removed from the SITREP Intel mailing list.
function submitEmail(email, successId, errorId) { if (!email || !/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)) { if (errorId) document.getElementById(errorId).style.display = 'block'; return; } var formData = new FormData(); formData.append(ENTRY_ID, email); fetch(FORM_URL, { method: 'POST', mode: 'no-cors', body: formData }) .catch(function() {}); // no-cors always throws, that's fine return true; } function freeSignup() { var email = document.getElementById('signup-email').value.trim(); var ok = submitEmail(email, null, 'signup-error'); if (ok !== true && !email.includes('@')) { document.getElementById('signup-error').style.display = 'block'; return; } document.getElementById('signup-error').style.display = 'none'; document.getElementById('signup-success').style.display = 'block'; document.getElementById('signup-email').style.display = 'none'; document.querySelector('[onclick="freeSignup()"]').style.display = 'none'; } function freeSignup2() { var email = document.getElementById('signup-email-2').value.trim(); var ok = submitEmail(email, null, null); if (!email.includes('@')) return; docum