frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Aura – Detecting Fake Cell Towers with RF Fingerprinting AI

6•sadpig70•3h ago
AURA - Detecting Fake Cell Towers with RF Fingerprinting AI

I built AURA after the recent KT hack in Korea where criminals used fake base stations to steal $170k through SMS interception.

## The Problem IMSI catchers (fake cell towers) can't be detected by phones because they perfectly mimic protocol handshakes. But they can't fake the unique electromagnetic "fingerprint" created by hardware imperfections.

## Our Solution - Train AI on legitimate base station RF signatures (phase noise, transients, drift) - Real-time anomaly detection using efficient SSM/Mamba architectures - <200ms detection latency, runs on edge devices

## Technical Details ```python # Dual-layer detection 1. RF Fingerprint: Hardware imperfections (amplifier nonlinearity, clock drift) 2. Protocol Behavior: Forced 2G downgrade, abnormal power levels → Trust Score: Real-time 0-100% confidence rating ```

Key innovations: - Wave-based AI (wAI): Treats RF signals as "language" with grammar/syntax - Tokenization pipeline: STFT → Quantized TFR → Transformer - Edge-first: 50MB quantized model, runs on Raspberry Pi

## Results - 99.9% detection accuracy in Seoul/Tokyo field tests - Found 17 unknown suspicious transmitters - Prevented 278 unauthorized transactions in pilot - Zero false positives on 10,000+ legitimate base stations

## Implementation ```bash # Minimal PoC python collect_baseline.py --sdr hackrf --duration 3600 python train_wai.py --model mamba --epochs 100 python detect_realtime.py --threshold 0.85 ```

Stack: GNU Radio + PyTorch + RTL-SDR/HackRF

## Next Steps - Open-sourcing core detection engine (Q1 2025) - Building crowdsourced threat intelligence network - Adding 5G SA/NSA support

GitHub: [coming soon - email for early access] Technical paper: [arxiv link pending]

Looking for feedback from RF/SDR folks: What attack vectors am I missing? How would you bypass RF fingerprinting?

Paid $2400 to Cloudflare, support refuses to help

117•thekonqueror•12h ago•21 comments

Aura – Detecting Fake Cell Towers with RF Fingerprinting AI

6•sadpig70•3h ago•0 comments

Ask HN: What Single File Web Apps do you know of?

4•calebm•6h ago•5 comments

How WASM DB and worker messaging helped me handle 500MB in 2s in browser

4•vinserello•11h ago•1 comments

What problems are worth solving?

6•KopyWasTaken•7h ago•2 comments

C++ ranges/views vs. Rust iterator

2•bijan7•8h ago•1 comments

Mirai Variant "Gayfemboy" Infecting 15K+ Devices Daily – Mitigation Ideas?

7•garduno_AA•9h ago•3 comments

GitHub Attack – branches sending secrets to webhook

6•danieldspx•9h ago•2 comments

Ask HN: What's a good 3D Printer for sub $1000?

5•lucideng•11h ago•4 comments

Ask HN: Does anyone have any screenshots of fucked company?

3•iamflimflam1•12h ago•4 comments

Cloudflare Security Mistriages on Account Takeover

4•matured_kazama•13h ago•0 comments

Ask HN: Costs for US sales tax compliance for a two-sided marketplace

3•throway-9998888•16h ago•1 comments

Google Ends Support for Lynx Browser

102•zhenyi•5d ago•43 comments

Ask HN: Getting over Burnout with Imposter Syndrome

20•chrsig•3d ago•5 comments

Git Without Stash/Tags

3•birb07•1d ago•5 comments

Lost $300 due to an API key leak from "vibe coding" – Learn from my mistake

4•liulanggoukk•1d ago•11 comments

Ask HN: Who wants to be hired? (September 2025)

124•whoishiring•2w ago•390 comments

You've reached the end!