This work analyzes a complete corpus of 10,211 inbound scam and spam calls collected over 54 days by an AI voice-agent honeypot that answered callers and kept them talking, and introduced in a companion data descriptor.
Abstract
Telephone fraud is pervasive and costly, but its inner workings are rarely observed at scale. We analyze a complete corpus of 10,211 inbound scam and spam calls -- 913 hours of audio and 330,956 transcribed turns from 5,780 distinct numbers -- collected over 54 days by an AI voice-agent honeypot that answered callers and kept them talking, and introduced in a companion data descriptor. We separate outright scams, which solicit sensitive information, from the larger stream of predatory but legal lead generation ("spam") that feeds them. Scam operations keep office hours (6.6x more calls per weekday than weekend day); thousands of disposable numbers run a small catalog of recycled scripts (thirty opening clusters, half the traffic in the top five); and callers solicit identity anchors -- a home address and a date of birth -- far more often than payment credentials, pressing through persistence and manufactured authority rather than overt threats. Our central experiment asks: does it matter who picks up? Every seeded lead carried one of ten fictitious identities drawn uniformly at random, so the identity a fraud operation reaches is fixed before the caller exists. Across 1,823 randomized calls, scammers spent about 15% more conversational turns per decade of the target's apparent age (rate ratio 1.15, 95% CI 1.08-1.23; randomization p = 0.005) -- yet what they asked for did not change (26.3% of calls reached a request for sensitive information; odds ratio 0.99 per decade, 95% CI 0.90-1.08). A second experiment casts early detection as a benchmark: from a scammer's opening lines alone, on a caller-disjoint split, escalation is predictable at 0.72 ROC-AUC from the first line and 0.87 by the eighth, and a plain bag-of-words classifier matches a fine-tuned on-device language model. Telephone fraud emerges as a templated industry that varies how hard it works a target, but not what it wants.
Mobile money has become the financial backbone of Ghana, with transaction values reaching several trillion cedis annually and active accounts numbering in the tens of millions. This scale has attracted a parallel surge in fraud, much of it perpetrated through voice phishing (vishing): unsolicited telephone calls in which fraudsters impersonate telecommunications providers to manipulate subscribers into surrendering credentials or authorizing transfers. This paper reviews the state of vishing-enabled mobile money fraud in Ghana, synthesizing regulator data, industry reporting, documented case typologies, and the academic literature on social engineering and mobile money security. It organizes the dominant attack scripts - security-verification, loyalty-reward, misdirected-payment, and SIM-swap pretexts - into a common four-stage pattern of impersonation, pretext, manipulation, and extraction, and interprets this pattern through routine activity theory and persuasion theory. The paper then examines an escalating threat: the maturation of AI voice cloning, which can now replicate a target voice from seconds of audio, and which controlled studies show human listeners cannot reliably detect. Because Ghanaian vishing already succeeds using ordinary human voices, the paper argues that voice cloning constitutes a force multiplier that will erode voice familiarity, the last perceptual defense available to targets, and expand the pretext space from institutional to personal impersonation. The review contributes a consolidated threat taxonomy, a theoretically grounded attack model, and a research and policy agenda for providers, regulators, and awareness programs in Ghana and comparable mobile-money-dependent economies.
A. Asante, Kwaku Boamah, Ranjith Kumar Patil· International Journal of Sci...· 0 citations
Telegram, with over 450 million daily active users, has introduced Mini Apps---web-based applications running directly within its client. However, this integration introduces notable security risks. As we demonstrate, many Mini Apps store authentication materials---such as session tokens and wallet mnemonic phrases---in plaintext on client devices, exposing users to unauthorized access, impersonation, and financial exploitation. While insecure client-side storage is a known risk in web applications, the Telegram Mini App ecosystem presents a uniquely dangerous combination of factors absent from prior work: no platform-level security review, no storage access restrictions, a financially motivated user base handling live cryptocurrency assets, and a WebView environment that offers weaker protections than standalone browsers. To investigate this threat, we present TENET, a purpose-built auditing tool whose design decisions---pattern selection, entropy thresholds, and charset validation---are grounded in the structural properties of the secrets targeted and empirically validated against a ground-truth dataset. We screened 61 Mini Apps using a stratified, popularity-weighted sampling strategy based on popularity. Of the 37 applications that met our processing criteria and were analyzed, 30 exhibited security flaws, which we classify into three severity tiers: plaintext storage, recoverable encryption, and replayable tokens. Notably, even Telegram's official Wallet exhibits a severe vulnerability that may lead to full account compromise. Following our responsible disclosure, Telegram implemented two new secure-storage APIs, and our post-remediation verification confirmed that its official Wallet no longer exposes the recovery mnemonic in plaintext. Finally, we propose mitigation measures and best practices for both Telegram platform developers and third-party Mini App creators.
Andrea Ciccotelli, Federico Zappone, Roberto Di Pietro· 0 citations
On 28 August 2024, the eighty-two-year-old chairman of one of India’s largest textile groups answered a telephone call that kept him under fake police custody, on camera, for two days and cost him seven crore rupees. This article reads India’s digital arrest epidemic through two connected bodies of work: Timothy Levine’s truth-default theory and Malcolm Gladwell’s popularisation of it in Talking to Strangers (2019). It argues that these frauds succeed not because their victims are foolish but because the scam weaponises three ordinary features of human communication: our default to belief, our faith in appearances, and the coupling of behaviour to engineered circumstance. It ends with what the psychology of deception cannot explain, which is the entirely rational unease Indian citizens feel when the state appears to come calling.
Dr.Janet Paul, Pandu Aravind· EPRA international journal o...· 0 citations
Language models small enough to run on a handset, quantized to a few bits, are increasingly capable of acting on their user's behalf -- which makes on-device task automation newly plausible. One such task is answering the phone. A phone secretary takes an unknown inbound call on its owner's behalf, and unlike the agents most benchmarks evaluate, it has no cooperative caller-assigned task to complete: the caller holds the goal and may be an adversary, while the secretary must begin deciding how to respond without an oracle. What matters is not task success but whether the owner would endorse how their proxy handled the call. We evaluate only the text-domain conversational decision layer; speech recognition, audio interaction, end-to-end latency, and handset execution are outside scope. We present CallScreenBench, which reports five automated call-and-note measure groups motivated by owner endorsement. Each is paired, where available, with a counter-metric and an uncertainty estimate; no benchmark-wide Q1-Q5 composite or leaderboard score is defined. Three guardedness diagnostics identify candidate cases for a toolless proxy that holds no credentials and calls no tools. Across three model families represented by paired 4-bit checkpoints (0.6-4B), the primary scoring snapshot gives the larger checkpoint higher point estimates on several service, recall, and plausibility measures, while triage discrimination follows a different ordering. Bare scam-side TPR rewards universal suspicion, and pairwise separation changes when legitimate-side false positives are included and across judge snapshots. Scripted degenerate agents expose further floors, including a hangup-and-echo policy with entity recall 1.000. We report quality measures and guardedness channels separately so that a single pass/fail score does not hide their trade-offs.
Jiaqi Gan, Hao Tang, Jamey Z. Liang et al.· 0 citations
Low-and-slow data exfiltration by malicious insiders remains among the most operationally difficult threat classes to detect: the behavior is unremarkable in any individual session and becomes recognizable only across weeks of otherwise routine activity. This paper presents a UEBA-based machine learning framework that constructs per-user behavioral profiles from enterprise proxy and access log data, scoring sessions against a 30-feature behavioral representation spanning temporal patterns, data-transfer anomalies, domain interactions, HTTP characteristics, and session-device signals. The contribution is an operationally integrated and empirically audited UEBA pipeline that combines a pre-specified behavioral representation, isolated evaluation regimes, and session-level analyst explanations. Training used a hybrid corpus of approximately 8.96 million sessions drawn from 160 GB of real and behaviorally parameterized simulated logs. On the full hybrid held-out partition, the LightGBM classifier achieved 96.84% overall accuracy, 95.38% balanced accuracy, 91.80% malicious-class precision, 92.90% recall, 92.35% F1-score, and 98.2% ROC-AUC. Because the hybrid test set uses an enriched 20.5% malicious-session evaluation prevalence, balanced accuracy and malicious-class F1 are emphasized alongside overall accuracy. In the strict real-only evaluation, the independently trained and calibrated LightGBM model achieved 95.99% overall accuracy, 93.80% balanced accuracy, 90.30% malicious-class precision, 90.10% recall, 90.20% F1-score, and 95.8% ROC-AUC, while hybrid-to-real transfer achieved 90.1% F1-score, 89.8% recall, and 96.1% ROC-AUC. These settings are reported separately to distinguish full-corpus benchmark performance from real-log generalization. Each scored session is accompanied by a SHAP-based decomposition that identifies which behavioral signals drove the alert, supporting analyst triage in operational SOC environments. The framework was further validated on a confirmed 17-day insider exfiltration incident that existing organizational controls had not detected. BiLSTM and a Tabular Transformer evaluated under the same regime-specific partitions produced closely matched performance, with malicious-class F1 differences of at most 0.4 percentage points; LightGBM retained the strongest measured performance–deployment trade-off for the engineered tabular pipeline.
L. Lanuwabang, S. Suprakash· Applied Sciences· 0 citations