You can emulate specific viewer behaviors by automatically generating a User-Agent (UA) string based on your Platform, OS, and Browser selections. The UA tells the target site “who” is visiting (e.g., a Chrome user on Windows), which can reveal conditional content, such as mobile redirects or region-locked threats.
For full control, use the Custom option in User Agent Parameters. This overrides defaults with your own string, ideal for testing legacy browsers, bots, or evasion scenarios.

In Advanced Scan, enter your URL (e.g., https://silentpush.com).
Set Region (e.g., North America, uses residential proxy for realism).
Under User Agent Parameters:
Select Platform (e.g., Desktop) or click Custom.
In User Agent, enter a string (e.g., for mobile testing) and click Scan.
UA Structure Basics
A good UA starts with Mozilla/5.0 (compatibility flag), followed by platform/OS details, then browser specifics. Keep it realistic to avoid detection; invalid syntax (e.g., mismatched versions) may trigger bot blocks or errors.
Example UAs
Category | Device/OS/Browser | Example UA String |
|---|---|---|
Desktop | Windows/Chrome 139 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 |
Desktop | macOS/Firefox 131 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:131.0) Gecko/20100101 Firefox/131.0 |
Desktop | Windows/Edge 142 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0 |
Desktop | macOS/Safari 18 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15 |
Mobile | Android/Chrome 139 | Mozilla/5.0 (Linux; Android 10; SM-G975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36 |
Mobile | iOS/Safari 18 | Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1 |
Other | Linux/Crawler Bot | Mozilla/5.0 (compatible; SilentPushBot/1.0; +https://silentpush.com/bot) |
Advanced scans reflect the selected parameters, allowing you to see how a URL appears under different conditions. For guidance on analyzing scan results, see Work with Live Scan Data.