Everything Zimperium, Promon and Guardsquare cover at runtime — plus screen-share, accessibility-abuse, and banking-trojan detection. No phone-home agent.
subscribe() for streaming updates when threat state changes mid-session.// Android. iOS is shape-identical in Swift.
val burein = Burein.Builder(application)
.publicKey(BuildConfig.BUREIN_PUBKEY)
.profile(RiskProfile.Banking(Sensitivity.HIGH))
.build()
lifecycleScope.launch {
val report = burein.collect()
api.send(report.toCbor())
}
burein.subscribe { event ->
if (Threat.SCREEN_SHARE_ACTIVE in event.threats) {
auth.tearDownSession()
}
}
Model, board, build fingerprint, CPU, RAM, storage, battery, sensors.
Kernel, bootloader, AVB, SELinux, profiles, MDM.
Signing cert, install source, repackaging, code injection, native tamper.
Frida, Xposed, LSPosed, Substrate, Magisk, KernelSU, jailbreak tweaks.
QEMU, Genymotion, BlueStacks, Nox, LDPlayer, MEmu, virtualized apps.
Play Integrity verdicts, App Attest assertion + chain, hardware-backed keys.
Carrier, roaming, VPN tunnels, custom CA, captive portal, MAC randomization.
Screen capture/share, accessibility abuse, overlays, malware IOCs.
Device-in-hand, gait, tap pressure, sensor tampering, replay detection.
Where the device claims one thing and acts like another.
The fastest-growing fraud vector in India, Brazil, and SEA banking: scammer phones the user, drives them to install AnyDesk / RustDesk, then watches them log in. Burein names this in real time and the host app can tear the session down.
Banking trojans (SharkBot, Anatsa, Brokewell, Crocodilus) abuse accessibility services to read screens and inject taps. Burein ships a curated IOC list and cross-checks active a11y services on every collect.
Repackaged banking apps re-signed with a new cert and uploaded to third-party stores. Burein verifies the signing chain against your build-time manifest and fails fast.
VirtualXposed, Parallel Space, Island — used to clone an app and bypass per-device limits or host Frida modules. Detected at the UID-range, namespace, and data-dir level.
Talk to us about your fraud and integrity goals — we'll show you the signals that matter for your stack.