WOLF MARK

Military-Grade 2.5D/3D Wi-Fi Spatial Mapping, Signals Intelligence (SIGINT), and Bayesian Localization Engine.

THE PARADIGM SHIFT

// The Problem with Legacy Wardriving

Standard Wi-Fi analyzers are mathematically blind. They rely on chaotic Received Signal Strength (RSSI) tied to a flat 2D GPS pin. They fail the moment a surveyor turns their body, walks past a concrete wall, or travels down a straight hallway. Multipath fading, torso eclipsing, and collinear ambiguity render traditional tools useless for exact physical localization.

// The WolFi Core Solution

Wolf Mark does not guess. It operates at the Layer 1 API boundary, ingesting raw RF telemetry and running it through a custom wave-propagation physics simulator. By fusing asymmetric Kalman filtering, Principal Component Analysis (PCA), and asynchronous dual-stream GPS polling, Wolf Mark translates invisible radio waves into high-resolution probabilistic heatmaps.

CORE ARCHITECTURE: THE ENGINE ROOM

⏱️ Hardware-Level ToF

RSSI is a fallback; the speed of light is absolute. When available, Wolf Mark intercepts hardware-level is80211mcResponder packets and constructs direct Round Trip Time (RTT) requests. By measuring the nanosecond physical travel time of the wave, it injects an astronomical weight multiplier (109) into the Bayesian grid—instantly overpowering probabilistic math with raw physics.

🛡️ Dynamic DSP Filtering

Multipath fading is mathematically hostile. Wolf Mark tames the spectrum using a customized 1D Kalman Filter. If a signal drops by >10 dBm while moving less than 3 meters, the engine assumes a "Torso Eclipse." It balloons the measurement noise multiplier (5.0x) and rejects the anomaly to preserve matrix integrity.

📐 Inverted FSPL Physics

Instead of assuming a static 20 dBm transmit power, Wolf Mark dynamically scales baseline origin power (P₀) across the RF spectrum (12dBm for 6GHz, 15dBm for 2.4GHz, 18dBm for 5GHz). It actively adjusts the Path Loss Exponent (n) from 2.2 to 3.8 to mathematically model concrete wall absorption in real-time.

ASYMMETRIC BAYESIAN LOCALIZATION

Wolf Mark runs two distinct computational engines, allowing the operator to scale CPU allocation based on mission parameters.

01. Background Swarm Engine

Designed to map thousands of background APs simultaneously without melting the UI thread. It executes coarse-to-fine spatial grid sweeps (±120m → ±6m).

Crucially, it implements True 3D Math, utilizing the operator's live GPS altitude (Z-axis) to calculate the 3D spatial hypotenuse—preventing vertical high-rise infrastructure from skewing horizontal coordinates.

02. Deep Think Focus Mode

Sacrifices device battery to dedicate 100% of CPU cycles to hunting a single target MAC address.

  • Time-Weighted Spatial Bucketing: Compresses thousands of RF pings into high-res 1.5m² chunks with a 48-hour half-life exponential decay.
  • Asymmetric Variance Penalties: Forgives weak signals (walls exist) but punishes mathematically impossible strong signals with strict quadratic penalties.
  • The "Doubt Snowball" Normalizer: Dynamically normalizes Log-Likelihood against total temporal weight to prevent probability underflow.

GEOMETRY & UX RENDERING

Solving the "Hallway Ghost"

If you walk perfectly down a long hallway, standard trilateration creates two identical probabilities (one on your left, one on your right). Wolf Mark monitors your GPS path using a Covariance Matrix and Principal Component Analysis (PCA).

If the extracted Eigenvalues trigger a major/minor axis ratio > 25.0, the system flags a Collinear Ambiguity. It dynamically flattens the probability curve, rendering a "mirrored cloud" on your HUD to prompt you to walk perpendicularly and "collapse the wave function."

Absolute Mercator Density Syncing

Standard map SDKs limit vector rendering. Wolf Mark throws them out. The UI is a raw Compose Canvas mathematically glued to the satellite layer using deep screen-density calculus:

gZoom = log₂(5.0 * 156543.03 * cos(latRad) / density) + log₂(scale)

This guarantees mathematically perfect 1-to-1 vector overlay tracking during complex pinches, pans, and live compass rotations.

PRIVACY-FIRST TELEMETRY & ML EXPORTS

Share your network intelligence, not your physical address. Wolf Mark is built to feed external Machine Learning and AI models without compromising Operational Security (OPSEC).

Cryptographic Spatial Obfuscation

Because longitude physical distance shrinks near the poles, arbitrarily shifting map coordinates warps spatial geometry.

Wolf Mark calculates a strict boundary limit guaranteeing ≤ 0.5% spatial distortion. It spins the Longitude 0→360°, shifts the Latitude within the strict distortion bound, and randomly flips the dataset across hemispheres. You get a perfectly preserved topological dataset for AI analysis, irreversibly decoupled from your real-world location.

Deep Think JSON Dumps

Export literal un-culled RF histories, n-values, P₀ Tx powers, Time-of-Flight vectors, and exact Pre-Softmax 61x61 Likelihood Matrices directly to structured JSON. Feed the raw physical physics data directly into Python, TensorFlow, or corporate SIEMs.

{
  "device": "Google Pixel",
  "obfuscated": true,
  "mac": "8f2a9c...",
  "gridMaxLikelihood": -12.45,
  "observations": [
    {"lat": -34.12, "lng": 151.29, "rssi": -42, 
     "weight": 31.62, "n": 2.2, "p0": 15.0}
  ]
}

WHO IS WOLF MARK FOR?

Physical Penetration Testers (Red Teams): Locate hidden rogue Access Points, evil twins, and unauthorized shadow-IT hardware within enterprise buildings with room-level precision.

Network Architects: Map out 5GHz/6GHz signal propagation, concrete wall degradation, and true physical coverage gaps.

Cybersecurity Analysts & Data Scientists: Export raw Layer 1 RF telemetry to external Large Language Models (like Gemini Deep Think) for deep temporal analysis.