AI 产品解读Hardware fingerprinting companion for Sicoob internet banking
Enables Sicoob (Brazilian cooperative bank) internet banking users to register and identify their machine as an authorized device for accessing online banking services
User installs the extension, then when visiting Sicoob's internet banking site (www.sicoob.com.br/sicoobnet), the banking site requests the extension to gather hardware information via CustomEvent messages. The extension collects CPU, memory, storage, and display data through Chrome system APIs and returns it to the banking site for machine identification/registration, allowing the user to access the banking platform.
Collects CPU information (architecture, model, features, processor count)Collects OS and platform informationCollects system memory capacityCollects fixed storage device informationCollects active display information (resolution, DPI, refresh rate, touch support)Sends hardware profile to Sicoob banking site for machine registration
- 目标用户
- Sicoob cooperative bank customers in Brazil who need to access internet banking
- The extension is extremely minimal (6 JS files, ~4KB of code total), making analysis straightforward but limiting depth of discovery.
付费分析未识别到付费功能
No evidence of paid features, billing, subscriptions, or payment gates in the extension. The 'pro' keyword hits are false positives (JavaScript Promise objects and numOfProcessors property). The extension is a simple hardware fingerprinting helper with no monetization logic. Sicoob's banking services are free cooperative banking products, not extension-level paid features.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension's sole purpose is to collect hardware fingerprint data (CPU, memory, storage, display) and provide it to Sicoob's internet banking platform at www.sicoob.com.br/sicoobnet to register/identify the user's machine. The store description states: 'Extensão para permitir o acesso ao internet banking do Sicoob através da identificação da máquina.' The core workflow requires the user to be logged into Sicoob's internet banking service to use the machine identification feature.