Operating system CPU info
GET /api/fingerprint/os-cpuOS CPU fingerprinting reads navigator.oscpu (Firefox-specific) or constructs similar info from other properties. Firefox returns strings like 'Windows NT 10.0; Win64; x64' or 'Intel Mac OS X 10.15'. This property is Firefox-specific, making its presence a Firefox identifier. The string reveals OS version, architecture, and sometimes processor details. Chrome and Safari don't expose oscpu, so its presence/absence helps distinguish browsers. The technique also checks for inconsistencies between oscpu and other OS indicators to detect spoofing.
Move from this collector to the CreepJS signal index, live checker, API docs, and other high-value fingerprinting explainers.