哪些移动变量可用于设备签名分析?

发布于 2024-12-17 14:49:25 字数 493 浏览 2 评论 0原文

我正在构建移动设备上可用的变量列表,用于设备签名分析。这是我到目前为止所确定的。请帮我填写清单。谢谢!

常规 HTTP 变量

  • IP 地址
  • Cookie
  • 用户代理

智能手机变量

  • 设备 ID
  • 地理位置
  • 设备 MAC 地址

Javascript 变量

  • 当前时间 时
  • 屏幕尺寸
  • 支持的字体
  • 首选语言
  • 已安装的组件
  • Cookie 已启用

获取变量的一般模式可能如下所示: 在此处输入图像描述

I'm building a list of variables available on mobile devices, for device signature analysis. Here is what I've identified so far. Please help me fill out the list. Thanks!

General HTTP Variables

  • IP Address
  • Cookie
  • User Agent

Smart Phone Variables

  • Device ID
  • Geolocation
  • Device MAC Address

Javascript Variables

  • Current Time
  • Time Zone
  • Screen Size
  • Supported Fonts
  • Preferred Language
  • Installed Components
  • Cookies Enabled

The general pattern for getting variables might look something like this:
enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遗弃M 2024-12-24 14:49:26

Panopticlick 项目使用多种技术对浏览器进行指纹识别。这包括浏览器的版本号和所有安装的组件(Flash、java 等)。该项目还关注支持的字体、首选语言、屏幕尺寸和时区。

查看结果

The Panopticlick project fingerprints browsers using a verity of techniques. This includes version numbers of the browser and all isntalled components (Flash, java, ect). The Project also looks at supported fonts, and prefered language, screen size and time zone.

Check out the results.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文