Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect device "Generic Feature Phone" reported for PC running Windows IE with SmartScreen Filter enabled #340

Open
raghunathiyer opened this issue Sep 9, 2018 · 2 comments
Labels

Comments

@raghunathiyer
Copy link

A Windows 10 PC running IE with SmartScreen filter enabled sends a UserAgent
SmartScreen/2814750890000385
The following regex in the device_parsers section of regexes.yaml is triggered

  • regex: '^(netf|noki|nzph|o2 x|o2-x|opwv|owg1|opti|oran|ot-s|p800|pand|pg-1|pg-2|pg-3|pg-6|pg-8|pg-c|pg13|phil|pn-2|pt-g|palm|pana|pire|pock|pose|psio|qa-a|qc-2|qc-3|qc-5|qc-7|qc07|qc12|qc21|qc32|qc60|qci-|qwap|qtek|r380|r600|raks|rim9|rove|s55/|sage|sams|sc01|sch-|scp-|sdk/|se47|sec-|sec0|sec1|semc|sgh-|shar|sie-|sk-0|sl45|slid|smb3|smt5|sp01|sph-|spv |spv-|sy01|samm|sany|sava|scoo|send|siem|smar|smit|soft|sony|t-mo|t218|t250|t600|t610|t618|tcl-|tdg-|telm|tim-|ts70|tsm-|tsm3|tsm5|tx-9|tagt)'
    regex_flag: 'i'
    device_replacement: 'Generic Feature Phone'
    brand_replacement: 'Generic'
    model_replacement: 'Feature Phone'

os_parsers and user_agent_parsers report "Other".

A packet dump with such a User Agent string can be found here https://packettotal.com/app/analysis?id=4b506445438cfdacb15b05ab3e908134&name=http
And the following https://support.microsoft.com/en-in/help/17443/windows-internet-explorer-smartscreen-filter-faq describes the IE feature.

@commenthol
Copy link
Contributor

Hi @raghunathiyer, it's not clear to me what your expectation in this case is. Please also consider adding a user-agent string.

@raghunathiyer
Copy link
Author

raghunathiyer commented Dec 26, 2018

My apologies - I thought the UA was mentioned in the first comment by me was sufficient. The packettotal URL at page 23 of that URL also has it.

The UA string is
SmartScreen/2814750890000385

This UA string is generated by IE browser on any PC if you enable SmartScreen filter on the browser. The device is not a phone. Expectation - device should be reported as "Other" or "Generic PC"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants