Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

325 papersLast indexed Aug 31, 2026
Search papers

Paper index

325 results · page 9 of 14

Clear filters
Dec 11, 2023·ACM Transactions on Software Engineering and Methodology
18 cites
Smart Contract Code Repair Recommendation based on Reinforcement Learning and Multi-metric Optimization

Hanyang Guo, Y. Chen, Xiangping Chen, Yuan Huang · 5 authors

A smart contract is a kind of code deployed on the blockchain that executes automatically once an event triggers a clause in the contract. Since smart contracts involve businesses such as asset transfer, they are more vulnerable to attacks, so it is crucial to ensure the security of smart contracts. Because a smart contract cannot be tampered with once deployed on the blockchain, for smart contract developers, it is necessary to fix vulnerabilities before deployment. Compared with many vulnerability detection tools for smart contracts, the amount of automatic fix approaches for smart contracts is relatively limited. These approaches mainly use defined pattern-based methods or heuristic search algorithms for vulnerability repairs. In this article, we propose RLRep , a reinforcement learning-based approach to provide smart contract repair recommendations for smart contract developers automatically. This approach adopts an agent to provide repair action suggestions based on the vulnerable smart contract without any supervision, which can solve the problem of missing labeled data in machine learning-based repair methods. We evaluate our approach on a dataset containing 853 smart contract programs (programming language: Solidity) with different kinds of vulnerabilities. We split them into training and test sets. The result shows that our approach can provide 54.97% correct repair recommendations for smart contracts.

Open access
Advanced Malware Detection Techniques
Software Engineering Research
Imbalanced Data Classification Techniques
Original source
Nov 18, 2023·Computers & Electrical Engineering
6 cites
User financial credit analysis for blockchain regulation

Zhiyao Tong, Yiyi Hu, Chi Jiang, Yin Zhang⋆

The rise of illegal activities involving blockchain digital currencies is a growing concern. Criminals exploit the anonymity and decentralization of blockchain to increase the accessibility of money laundering, fraud, and illegal fund flows. This challenges the traditional regulatory methods and existing level of security. In this study, financial risk control is combined with machine learning to identify and predict user default risks for preventing illicit activities by users with poor credit. We build a fusion model using LightGBM and XGBoost to analyze 18-month user borrowing, payment, and repayment data for predicting credit default probabilities. The experimental results demonstrate that our approach exhibits high performance in user financial credit analysis, with an AUC, F1-score, and an overall score of 96.8%, 94.7%, and 79.9%, respectively. The identification of low-credit users provides crucial insights for blockchain regulators, thus aiding in the early intervention and prevention of the misuse of digital currencies and ensuring financial security in the blockchain system.

Open access
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Imbalanced Data Classification Techniques
Original source
Nov 16, 2023·Scientific Reports
65 cites
Deep learning-based solution for smart contract vulnerabilities detection

Xueyan Tang, Yuying Du, Alan Lai, Ze Zhang · 5 authors

This paper aims to explore the application of deep learning in smart contract vulnerabilities detection. Smart contracts are an essential part of blockchain technology and are crucial for developing decentralized applications. However, smart contract vulnerabilities can cause financial losses and system crashes. Static analysis tools are frequently used to detect vulnerabilities in smart contracts, but they often result in false positives and false negatives because of their high reliance on predefined rules and lack of semantic analysis capabilities. Furthermore, these predefined rules quickly become obsolete and fail to adapt or generalize to new data. In contrast, deep learning methods do not require predefined detection rules and can learn the features of vulnerabilities during the training process. In this paper, we introduce a solution called Lightning Cat which is based on deep learning techniques. We train three deep learning models for detecting vulnerabilities in smart contract: Optimized-CodeBERT, Optimized-LSTM, and Optimized-CNN. Experimental results show that, in the Lightning Cat we propose, Optimized-CodeBERT model surpasses other methods, achieving an f1-score of 93.53%. To precisely extract vulnerability features, we acquire segments of vulnerable code functions to retain critical vulnerability features. Using the CodeBERT pre-training model for data preprocessing, we could capture the syntax and semantics of the code more accurately. To demonstrate the feasibility of our proposed solution, we evaluate its performance using the SolidiFI-benchmark dataset, which consists of 9369 vulnerable contracts injected with vulnerabilities from seven different types.

Open access
Blockchain Technology Applications and Security
Imbalanced Data Classification Techniques
Advanced Malware Detection Techniques
Original source
Nov 1, 2023·Electronic Journal of Business and Management
1 cites
Effectiveness of Blockchain Technology in Preventing Financial Fraud: A Study Among Public Listed Companies in Malaysia.

Anusha Ramesh, Meera Eeswaran, Faros Faizdnor Roslan, Dependent Variable

The main goal of this research is to examine how well blockchain technology functions to prevent financial fraud. The purpose of this study is to determine whether blockchain technology can effectively combat financial fraud, a type of white-collar crime that is dramatically increasing throughout the world. With this concern, this project aimed to identify the effectiveness of blockchain technology in preventing financial fraud among public listed companies in Malaysia. Since there are only a few studies have analysed various factors that influence financial fraud, this study intends to achieve the aim of the study which is to figure out the level of influence that the factors identified as independent variables on the dependent variable, financial fraud. The primary method is used by the researcher to acquire the data. The three factors examined in this study—immutability, consensus method, and distributed ledger technology—all have a major impact on financial fraud. The data was acquired from staff of public listed companies in Malaysia. Statistical Package of the Social Sciences (SPSS) is used to analyze the correlations between the three factors and all of the factors were shown to have a substantial link with financial fraud in Malaysian public listed companies. This study's findings suggest that individuals and businesses should be aware of the threats of financial theft that exist all around them and the value of having key tools that are resistant to phishing scams. The investigation raises awareness of the application of blockchain technology among customers as well as companies to prevent financial fraud.

Open access
Cybercrime and Law Enforcement Studies
Corporate Governance and Financial Management
Imbalanced Data Classification Techniques
Original source
Oct 29, 2023·The Journal of Finance and Data Science
12 cites
Machine learning in classifying bitcoin addresses

Leonid Garin, V. B. Gisin

The emergence of the Bitcoin cryptocurrency marked a new era of illegal transactions. Cryptocurrency provides some level of anonymity allowing its users to create an unlimited number of wallets with alias addresses, which makes it challenging to identify the actual user. This is used by criminals for the purpose of making illegal transactions. At the same time, Bitcoin stores and provides information about all committed transactions, which opens up opportunities for identifying suspicious behavior patterns in this network using data mining. The problem of detecting suspicious activity in the Bitcoin network can be solved with sufficiently high accuracy using machine learning methods. The paper provides a comparative study of various machine learning methods to solve the mentioned problem: logistic regression, decision tree, random forest, gradient boosting.. Selecting hyper parameters, rebalancing the dataset, and active learning are particularly important. The most important hyperparameters of the algorithms are described. Metrics show that the gradient boosting looks the most promising. In total 38 features of bitcoin addresses were identified. The top features are presented in the paper.

Open access
Blockchain Technology Applications and Security
Crime, Illicit Activities, and Governance
Imbalanced Data Classification Techniques
Original source
Oct 27, 2023·Scientific Reports
26 cites
Detection of Ponzi scheme on Ethereum using machine learning algorithms

Ifeyinwa Jacinta Onu, Abiodun Esther Omolara, Moatsum Alawida, Oludare Isaac Abiodun · 5 authors

Abstract Security threats posed by Ponzi schemes present a considerably higher risk compared to many other online crimes. These fraudulent online businesses, including Ponzi schemes, have witnessed rapid growth and emerged as major threats in societies like Nigeria, particularly due to the high poverty rate. Many individuals have fallen victim to these scams, resulting in significant financial losses. Despite efforts to detect Ponzi schemes using various methods, including machine learning (ML), current techniques still face challenges, such as deficient datasets, reliance on transaction records, and limited accuracy. To address the negative impact of Ponzi schemes, this paper proposes a novel approach focusing on detecting Ponzi schemes on Ethereum using ML algorithms like random forest (RF), neural network (NN), and K-nearest neighbor (KNN). Over 20,000 datasets related to Ethereum transaction networks were gathered from Kaggle and preprocessed for training the ML models. After evaluating and comparing the three models, RF demonstrated the best performance with an accuracy of 0.94, a class-score of 0.8833, and an overall-score of 0.96667. Comparative evaluations with previous models indicate that our model achieves high accuracy. Moreover, this innovative work successfully detects key fraud features within the Ponzi scheme dataset, reducing the number of features from 70 to only 10 while maintaining a high level of accuracy. The main strength of this proposed method lies in its ability to detect clever Ponzi schemes from their inception, offering valuable insights to combat these financial threats effectively.

Open access
2 source records
Cybercrime and Law Enforcement Studies
Imbalanced Data Classification Techniques
Spam and Phishing Detection
Original source
Oct 26, 2023·Proceedings of the 31st ACM International Conference on Multimedia
32 cites
SIEGE: Self-Supervised Incremental Deep Graph Learning for Ethereum Phishing Scam Detection

Shucheng Li, Runchuan Wang, Hao Wu, Sheng Zhong · 5 authors

The phishing scams pose a serious threat to the ecosystem of Ethereum which is one of the largest blockchains in the world. Such a type of cyberattack recently has caused losses of millions of dollars. In this paper, we propose a Self-supervised IncrEmental deep Graph lEarning (SIEGE) model, for the phishing scam detection problem on Ethereum. To overcome the data scalability challenge, we propose splitting the original Ethereum transaction data and constructing transaction graphs for each split. Confronted with the minimal labeled data available, we resort to graph-based self-supervised learning. We design a spatial pretext task to learn high-quality node embeddings inside a single graph split, as well as an incremental learning paradigm and a temporal pretext task to facilitate information flow between different graph splits. To evaluate the effectiveness of SIEGE, we gather a real-world dataset consisting of six-month Ethereum transaction records. The results demonstrate that our model consistently outperforms baseline approaches in both transductive and inductive settings.

Open access
2 source records
Blockchain Technology Applications and Security
Spam and Phishing Detection
Imbalanced Data Classification Techniques
Original source
Oct 20, 2023·Proceedings of the 2023 7th International Conference on Electronic Information Technology and Computer Engineering
1 cites
STFN: Spatio-Temporal Fusion Network to Detect Ethereum Phishing Scams

Yandi Xu, Lun Zhang, Turan Vural, Peng Qian · 9 authors

Due to the decentralized and transparent characteristics of the blockchain ecosystem, malicious activities such as phishing scams on the Ethereum platform result in significant financial losses for users. The current methods for detecting phishing largely rely on analyzing original transactions, which makes uncovering hidden transaction patterns challenging. To tackle this limitation, we introduce the Spatio-Temporal Fusion Network (STFN) designed to identify phishing scams on the Ethereum network. Specifically, STFN incorporates two key components: the transactions subgraph encoder for formalizing spatial features, and the transaction sequence BERT encoder for capturing temporal features. By fusing these spatio-temporal features, we facilitate their integration into a machine learning algorithm for classifying phishing accounts. The experimental outcomes underscore the effectiveness of the STFN, achieving an AUC of 93.26% and a Recall of 94.53%, outperforming previous methods for Ethereum phishing detection.

Open access
Blockchain Technology Applications and Security
Spam and Phishing Detection
Imbalanced Data Classification Techniques
Original source
Oct 7, 2023·International Journal on Recent and Innovation Trends in Computing and Communication
1 cites
Efficient Fraud Detection in Ethereum Blockchain through Machine Learning and Deep Learning Approaches

Swapna Siddamsetti, Muktevi Srivenkatesh

Background: This paper tackles the critical challenge of detecting fraudulent transactions within the Ethereum blockchain using machine learning techniques. With the burgeoning importance of blockchain, ensuring its security against fraudulent activities is crucial to prevent significant monetary losses. We utilized a public dataset comprising 9,841 Ethereum transactions, characterized by attributes such as gas price, transaction fee, and timestamp.Methods: Our approach is bifurcated into two core phases: data preprocessing and predictive modeling. In the data preprocessing phase, we meticulously process the dataset and extract pivotal features from transactions, setting the stage for efficient predictive modeling.Findings: For predictive modeling, we employed several machine learning algorithms to discern between fraudulent and legitimate transactions. Our evaluation encompassed algorithms like decision trees, logistic regression, gradient boosting, XGBoost, and an innovative hybrid model that melds random forests with deep neural networks (DNN).Novelty: Our findings underscore that the proposed model boasts a precision rate of 97.16%, marking a substantial leap in fraudulent transaction detection on the Ethereum blockchain in comparison to prevailing methodologies. This paper augments the current efforts aimed at bolstering the security of blockchain transactions using sophisticated analytical strategies..

Open access
Blockchain Technology Applications and Security
Imbalanced Data Classification Techniques
Original source
Oct 4, 2023·IET Blockchain
4 cites
Phishing detection on Ethereum via transaction subgraphs embedding

Haifeng Lv, Yong Ding

Abstract With the rapid development of blockchain technology in the financial sector, the security of blockchain is being put to the test due to an increase in phishing fraud. Therefore, it is essential to study more effective measures and better solutions. Graph models have been proven to provide abundant information for downstream assignments. In this study, a graph‐based embedding classification method is proposed for phishing detection on Ethereum by modeling its transaction records using subgraphs. Initially, the transaction data of normal addresses and an equal number of confirmed phishing addresses are collected through web crawling. Multiple subgraphs using the collected transaction records are constructed, with each subgraph containing a target address and its nearby transaction network. To extract features of the addresses, a modified Graph2Vec model called imgraph2vec is designed, which considers block height, timestamp, and amount of transactions. Finally, the Extreme Gradient Boosting (XGBoost) algorithm is employed to detect phishing and normal addresses. The experimental results show that the proposed method achieves good performance in phishing detection, indicating the effectiveness of imgraph2vec in feature acquisition of transaction networks compared to existing models.

Open access
Blockchain Technology Applications and Security
Spam and Phishing Detection
Imbalanced Data Classification Techniques
Original source
Sep 4, 2023·arXiv (Cornell University)
7 cites
Effective Illicit Account Detection on Large Cryptocurrency MultiGraphs

Zhihao Ding, J. Y. Shi, Qing Li, Jiannong Cao

Cryptocurrencies are rapidly expanding and becoming vital in digital financial markets. However, the rise in cryptocurrency-related illicit activities has led to significant losses for users. To protect the security of these platforms, it is critical to identify illicit accounts effectively. Current detection methods mainly depend on feature engineering or are inadequate to leverage the complex information within cryptocurrency transaction networks, resulting in suboptimal performance. In this paper, we present DIAM, an effective method for detecting illicit accounts in cryptocurrency transaction networks modeled by directed multi-graphs with attributed edges. DIAM first features an Edge2Seq module that captures intrinsic transaction patterns from parallel edges by considering edge attributes and their directed sequences, to generate effective node representations. Then in DIAM, we design a multigraph Discrepancy (MGD) module with a tailored message passing mechanism to capture the discrepant features between normal and illicit nodes over the multigraph topology, assisted by an attention mechanism. DIAM integrates these techniques for end-to-end training to detect illicit accounts from legitimate ones. Extensive experiments, comparing against 15 existing solutions on 4 large cryptocurrency datasets of Bitcoin and Ethereum, demonstrate that DIAM consistently outperforms others in accurately identifying illicit accounts. For example, on a Bitcoin dataset with 20 million nodes and 203 million edges, DIAM attains an F1 score of 96.55%, markedly surpassing the runner-up's score of 83.92%. The code is available at https://github.com/TommyDzh/DIAM.

Open access
3 source records
Blockchain Technology Applications and Security
Spam and Phishing Detection
Advanced Graph Neural Networks
Original source
Aug 31, 2023·Lecture notes in computer science
0 cites
Improving the Accuracy of Transaction-Based Ponzi Detection on Ethereum

Phuong Duy Huynh, Son Hoang Dau, Xiaodong Li, Phuc Luong · 5 authors

The Ponzi scheme, an old-fashioned fraud, is now popular on the Ethereum blockchain, causing considerable financial losses to many crypto investors. A few Ponzi detection methods have been proposed in the literature, most of which detect a Ponzi scheme based on its smart contract source code. This contract-code-based approach, while achieving very high accuracy, is not robust because a Ponzi developer can fool a detection model by obfuscating the opcode or inventing a new profit distribution logic that cannot be detected. On the contrary, a transaction-based approach could improve the robustness of detection because transactions, unlike smart contracts, are harder to be manipulated. However, the current transaction-based detection models achieve fairly low accuracy. In this paper, we aim to improve the accuracy of the transaction-based models by employing time-series features, which turn out to be crucial in capturing the life-time behaviour a Ponzi application but were completely overlooked in previous works. We propose a new set of 85 features (22 known account-based and 63 new time-series features), which allows off-the-shelf machine learning algorithms to achieve up to 30% higher F1-scores compared to existing works.

Open access
3 source records
Spam and Phishing Detection
Cybercrime and Law Enforcement Studies
Advanced Malware Detection Techniques
Original source
Aug 30, 2023·IEEE Transactions on Cognitive Communications and Networking
0 cites
Collaborative Learning Framework to Detect Attacks in Transactions and Smart Contracts

Tran Viet Khoa, Do Hai Son, Chi-Hieu Nguyen, Dinh Thai Hoang · 11 authors

With the escalating prevalence of malicious activities exploiting vulnerabilities in blockchain systems, there is an urgent requirement for robust attack detection mechanisms. To address this challenge, this paper presents a novel collaborative learning framework designed to detect attacks in blockchain transactions and smart contracts by analyzing transaction features. Our framework exhibits the capability to classify various types of blockchain attacks, including intricate attacks at the machine code level (e.g., injecting malicious codes to withdraw coins from users unlawfully), which typically necessitate significant time and security expertise to detect. To achieve that, the proposed framework incorporates a unique tool that transforms transaction features into visual representations, facilitating efficient analysis and classification of low-level machine codes. Furthermore, we propose an advanced collaborative learning model to enable real-time detection of diverse attack types at distributed mining nodes. Our model can efficiently detect attacks in smart contracts and transactions for blockchain systems without the need to gather all data from mining nodes into a centralized server. In order to evaluate the performance of our proposed framework, we deploy a pilot system based on a private Ethereum network and conduct multiple attack scenarios to generate a novel dataset. To the best of our knowledge, our dataset is the most comprehensive and diverse collection of transactions and smart contracts synthesized in a laboratory for cyberattack detection in blockchain systems. Our framework achieves a detection accuracy of approximately 94% through extensive simulations and 91% in real-time experiments with a throughput of over 2,150 transactions per second.

Open access
3 source records
cs.CR
cs.DC
Blockchain Technology Applications and Security
Original source
Aug 30, 2023·arXiv (Cornell University)
44 cites
AI-powered Fraud Detection in Decentralized Finance: A Project Life Cycle Perspective

Bingqiao Luo, Zhang Zhen, Qian Wang, Anli Ke · 6 authors

In recent years, blockchain technology has introduced decentralized finance (DeFi) as an alternative to traditional financial systems. DeFi aims to create a transparent and efficient financial ecosystem using smart contracts and emerging decentralized applications. However, the growing popularity of DeFi has made it a target for fraudulent activities, resulting in losses of billions of dollars due to various types of frauds. To address these issues, researchers have explored the potential of artificial intelligence (AI) approaches to detect such fraudulent activities. Yet, there is a lack of a systematic survey to organize and summarize those existing works and to identify the future research opportunities. In this survey, we provide a systematic taxonomy of various frauds in the DeFi ecosystem, categorized by the different stages of a DeFi project's life cycle: project development, introduction, growth, maturity, and decline. This taxonomy is based on our finding: many frauds have strong correlations in the stage of the DeFi project. According to the taxonomy, we review existing AI-powered detection methods, including statistical modeling, natural language processing and other machine learning techniques, etc. We find that fraud detection in different stages employs distinct types of methods and observe the commendable performance of tree-based and graph-related models in tackling fraud detection tasks. By analyzing the challenges and trends, we present the findings to provide proactive suggestion and guide future research in DeFi fraud detection. We believe that this survey is able to support researchers, practitioners, and regulators in establishing a secure and trustworthy DeFi ecosystem.

Open access
3 source records
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Imbalanced Data Classification Techniques
Original source
Aug 9, 2023·Computation
9 cites
CEAT: Categorising Ethereum Addresses’ Transaction Behaviour with Ensemble Machine Learning Algorithms

Tiffany Tien Nee Pragasam, John V. Thomas, V. Maria Anu, Subhashini Radhakrishnan

Cryptocurrencies are rapidly growing and are increasingly accepted by major commercial vendors. However, along with their rising popularity, they have also become the go-to currency for illicit activities driven by the anonymity they provide. Cryptocurrencies such as the one on the Ethereum blockchain provide a way for entities to hide their real-world identities behind pseudonyms, also known as addresses. Hence, the purpose of this work is to uncover the level of anonymity in Ethereum by investigating multiclass classification models for Externally Owned Accounts (EOAs) of Ethereum. The researchers aim to achieve this by examining patterns of transaction activity associated with these addresses. Using a labelled Ethereum address dataset from Kaggle and the Ethereum crypto dataset by Google BigQuery, an address profiles dataset was compiled based on the transaction history of the addresses. The compiled dataset, consisting of 4371 samples, was used to tune and evaluate the Random Forest, Gradient Boosting and XGBoost classifier for predicting the category of the addresses. The best-performing model found for the problem was the XGBoost classifier, achieving an accuracy of 75.3% with a macro-averaged F1-Score of 0.689. Following closely was the Random Forest classifier, with an accuracy of 73.7% and a macro-averaged F1-Score of 0.641. Gradient Boosting came in last with 73% accuracy and a macro-averaged F1-Score of 0.659. Owing to the data limitations in this study, the overall scores of the best model were weaker in comparison to similar research, with the exception of precision, which scored slightly higher. Nevertheless, the results proved that it is possible to predict the category of an Ethereum wallet address such as Phish/Hack, Scamming, Exchange and ICO wallets based on its transaction behaviour.

Open access
Blockchain Technology Applications and Security
Imbalanced Data Classification Techniques
Spam and Phishing Detection
Original source
Aug 4, 2023·Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining
48 cites
Group-based Fraud Detection Network on e-Commerce Platforms

Jianke Yu, Hanchen Wang, Xiaoyang Wang, Zhao Li · 8 authors

Along with the rapid technological and commercial innovation on the e-commerce platforms, there are an increasing number of frauds that bring great harm to these platforms. Many frauds are conducted by organized groups of fraudsters for higher efficiency and lower costs, which are also known as group-based frauds. Despite the high concealment and strong destructiveness of group-based fraud, there is no existing research work that can thoroughly exploit the information within the transaction networks of e-commerce platforms for group-based fraud detection. In this work, we analyze and summarize the characteristics of group-based frauds, based on which we propose a novel end-to-end semi-supervised Group-based Fraud Detection Network (GFDN) to support such fraud detection in real-world applications. Experimental results on large-scale e-commerce datasets from Taobao and Bitcoin trading datasets show the superior effectiveness and efficiency of our proposed model for group-based fraud detection on bipartite graphs.

Open access
Imbalanced Data Classification Techniques
Spam and Phishing Detection
Advanced Graph Neural Networks
Original source
Jul 29, 2023·Applied Sciences
10 cites
HBTBD: A Heterogeneous Bitcoin Transaction Behavior Dataset for Anti-Money Laundering

Jialin Song, Yijun Gu

In this paper, we predict money laundering in Bitcoin transactions by leveraging a deep learning framework and incorporating more characteristics of Bitcoin transactions. We produced a dataset containing 46,045 Bitcoin transaction entities and 319,311 Bitcoin wallet addresses associated with them. We aggregated this information to form a heterogeneous graph dataset and propose three metapath representations around transaction entities, which enrich the characteristics of Bitcoin transactions. Then, we designed a metapath encoder and integrated it into a heterogeneous graph node embedding method. The experimental results indicate that our proposed framework significantly improves the accuracy of illicit Bitcoin transaction recognition compared with traditional methods. Therefore, our proposed framework is more conducive in detecting money laundering activities in Bitcoin transactions.

Open access
Crime, Illicit Activities, and Governance
Blockchain Technology Applications and Security
Imbalanced Data Classification Techniques
Original source
Jul 26, 2023·Future Internet
44 cites
A Novel Approach for Fraud Detection in Blockchain-Based Healthcare Networks Using Machine Learning

Mohammed A. Mohammed, Manel Boujelben, Mohamed Abid

Recently, the advent of blockchain (BC) has sparked a digital revolution in different fields, such as finance, healthcare, and supply chain. It is used by smart healthcare systems to provide transparency and control for personal medical records. However, BC and healthcare integration still face many challenges, such as storing patient data and privacy and security issues. In the context of security, new attacks target different parts of the BC network, such as nodes, consensus algorithms, Smart Contracts (SC), and wallets. Fraudulent data insertion can have serious consequences on the integrity and reliability of the BC, as it can compromise the trustworthiness of the information stored on it and lead to incorrect or misleading transactions. Detecting and preventing fraudulent data insertion is crucial for maintaining the credibility of the BC as a secure and transparent system for recording and verifying transactions. SCs control the transfer of assets, which is why they may be subject to several adverbial attacks. Therefore, many efforts have been proposed to detect vulnerabilities and attacks in the SCs, such as utilizing programming tools. However, their proposals are inadequate against the newly emerging vulnerabilities and attacks. Artificial Intelligence technology is robust in analyzing and detecting new attacks in every part of the BC network. Therefore, this article proposes a system architecture for detecting fraudulent transactions and attacks in the BC network based on Machine Learning (ML). It is composed of two stages: (1) Using ML to check medical data from sensors and block abnormal data from entering the blockchain network. (2) Using the same ML to check transactions in the blockchain, storing normal transactions, and marking abnormal ones as novel attacks in the attacks database. To build our system, we utilized two datasets and six machine learning algorithms (Logistic Regression, Decision Tree, KNN, Naive Bayes, SVM, and Random Forest). The results demonstrate that the Random Forest algorithm outperformed others by achieving the highest accuracy, execution time, and scalability. Thereby, it was considered the best solution among the rest of the algorithms for tackling the research problem. Moreover, the security analysis of the proposed system proves its robustness against several attacks which threaten the functioning of the blockchain-based healthcare application.

Open access
Blockchain Technology Applications and Security
Imbalanced Data Classification Techniques
Cybercrime and Law Enforcement Studies
Original source
Jul 22, 2023·Blockchain Research and Applications
18 cites
Investigating the impact of structural and temporal behaviors in Ethereum phishing users detection

M. K. Ghosh, Dyuti Ghosh, Raju Halder, Joydeep Chandra

The recent surge of Ethereum in prominence has made it an attractive target for various kinds of crypto-crime. Phishing scams, for example, are an increasingly prevalent cybercrime in which malicious users attempt to steal funds from a user's crypto wallet. This research investigates the effects of network architectural features as well as the temporal aspects of user activities on the performance of detecting phishing users on the Ethereum transaction network. We employ traditional machine learning algorithms to evaluate our model on real-world Ethereum transaction data. The experimental results demonstrate that our proposed features identify phishing accounts efficiently and outperform the baseline models by 4% in Recall, and 5% in F1-score.

Open access
2 source records
Spam and Phishing Detection
Blockchain Technology Applications and Security
Imbalanced Data Classification Techniques
Original source
Jun 29, 2023·Proceedings of the ... ISARC
1 cites
Proof-of-concept for a reliable common data environment utilizing blockchain and smart contracts for supply-chain of public civil works

Fumiya Matsushita, Kazumasa Ozawa

To rationalize and automate public civil engineering works, it is crucial to directly utilize the information produced by the contractor for quality/ as-built inspection, and progress measurement.In this study, a highly reliable common data environment that utilizes blockchain and smart contracts to ensure tamper resistance and traceability of construction management information on quality and progress was developed and proved through verification tests in two project sites.

Open access
Infrastructure Maintenance and Monitoring
Imbalanced Data Classification Techniques
Original source
Jun 14, 2023·International Journal on Recent and Innovation Trends in Computing and Communication
10 cites
Fraud Detection Using Machine Learning and Blockchain

Vaishali Gaikwad, Kunal Meher, Ryan Dass, Athisaya Sarah Jonista · 6 authors

In the 21st century financial fraud is on the rise in many institutions. Newly released Federal Trade Commission data shows that consumers reported losing nearly $8.8 billion to fraud in 2022, an increase of more than 30 percent over the previous year. The main goal for us is to develop an efficient fraud detection system and utilize blockchain to create a decentralized banking application. Our team has collaborated on various cutting-edge technologies, such as machine learning and blockchain, to create a sophisticated fraud detection system. We have implemented three machine learning algorithms, namely Logistic Regression, Decision Tree, and Random Forest, which have been used to improve the accuracy of the model for detecting fraudulent activities. As for fraud aversion, we have used the Blockchain technology which provides a tamper-proof system that can securely record and track financial transactions, ensuring transparency and security. This feature makes it an ideal solution for fraud prevention, as it guarantees that all transactions are legitimate and free from any manipulations. By combining the power of machine learning and blockchain technology, our team is confident in providing an innovative solution that will benefit all stakeholders involved

Open access
Imbalanced Data Classification Techniques
Original source
May 31, 2023·International Journal for Research in Applied Science and Engineering Technology
1 cites
Skill Verification System using Ethereum

Mr. Amit Chugh, Sharad Rana, Somya Banga, Ujjwal Sharma · 5 authors

Abstract: Verifying skills is one of the major challenges in hiring new personnel. Companies and academia occasionally struggle to identify a candidate's talents because the credentials abilities that a candidate claims are not immediately verifiable and expensive for examine. For tamper-proof data storage, Blockchains have been proposed in the literature and decentralized talent verification. However, the majority of these schemes center on storing credentials are issued through regular universities for the blockchain. From several solutions that take system of certification itself into consideration, issues like numerous times, issues like (a) scaling with a small staff, (b) homogeneity of scores across numerous evaluators, or (c) extracting sincere effort from the evaluators are unaddressed. We suggest SkillVio, a blockchain-based platform that takes into account the above listed problems. and provide a number of enticing traits. As payment from platform users, such as test takers and employers, the network rewards graders with tokens.

Open access
Blockchain Technology Applications and Security
Imbalanced Data Classification Techniques
Original source
May 31, 2023·IET Blockchain
15 cites
Ethereum phishing detection based on graph neural networks

Ao Xiong, Yuanzheng Tong, Chengling Jiang, Shaoyong Guo · 8 authors

Abstract With the development of blockchain, cryptocurrencies are also showing a boom. However, due to the decentralized and anonymous nature of blockchain, cryptocurrencies have inevitably become a hotbed for fraudulent crimes. For example, phishing scams are frequent, which not only jeopardize the financial security of blockchain, but also hinder the promotion of blockchain technology. To solve this problem, this paper proposes a graph neural network‐based phishing detection method for Ethereum, and validates it using Ethereum datasets. Specifically, this paper proposes a feature learning algorithm named TransWalk, which consists of a random walk strategy for transaction networks and a multi‐scale feature extraction method for Ethereum. Then, an Ethereum phishing fraud detection framework is built based on TransWalk, and conduct extensive experiments on the Ethereum dataset to verify the effectiveness of this scheme in identifying Ethereum phishing detection.

Open access
2 source records
Blockchain Technology Applications and Security
Spam and Phishing Detection
Imbalanced Data Classification Techniques
Original source