paper-with-me

Papers

Detecting Malicious Accounts showing Adversarial Behavior in Permissionless Blockchains

2021-01-28 · Rachit Agarwal, Tanmay Thapliyal, Sandeep K. Shukla

Different types of malicious activities have been flagged in multiple permissionless blockchains such as bitcoin, Ethereum etc. While some malicious activities exploit vulnerabilities in the infrastructure of the blockchain, some target its users through social engineering techniques. To address these problems, we aim at automatically flagging blockchain accounts that originate such malicious exploitation of accounts of other participants. To that end, we identify a robust supervised machine learning (ML) algorithm that is resistant to any bias induced by an over representation of certain malicious activity in the available dataset, as well as is robust against adversarial attacks. We find that most of the malicious activities reported thus far, for example, in Ethereum blockchain ecosystem, behaves statistically similar. Further, the previously used ML algorithms for identifying malicious accounts show bias towards a particular malicious activity which is over-represented. In the sequel, we identify that Neural Networks (NN) holds up the best in the face of such bias inducing dataset at the same time being robust against certain adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2101.11915

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detecting Malicious Accounts in Permissionless Blockchains using Temporal Graph Properties

2020-07-10 · Rachit Agarwal, Shikhar Barve, Sandeep K. Shukla

The temporal nature of modeling accounts as nodes and transactions as directed edges in a directed graph -- for a blockchain, enables us to understand the behavior (malicious or benign) of the accounts. Predictive classi…

Clustering

Detecting malicious logins as graph anomalies

2019-09-19 · Brian A. Powell

Authenticated lateral movement via compromised accounts is a common adversarial maneuver that is challenging to discover with signature- or rules-based intrusion detection systems. In this work a behavior-based approach …

Intrusion Detection

Detecting fake accounts through Generative Adversarial Network in online social media

2022-10-25 · Jinus Bordbar, Mohammadreza Mohammadrezaie, Saman Ardalan, Mohammad Ebrahim Shiri

Online social media is integral to human life, facilitating messaging, information sharing, and confidential communication while preserving privacy. Platforms like Twitter, Instagram, and Facebook exemplify this phenomen…

Anomaly DetectionGenerative Adversarial Network

Characterizing, Detecting, and Predicting Online Ban Evasion

2022-02-10 · Manoj Niverthi, Gaurav Verma, Srijan Kumar

Moderators and automated methods enforce bans on malicious users who engage in disruptive behavior. However, malicious users can easily create a new account to evade such bans. Previous research has focused on other form…

GasTrace: Detecting Sandwich Attack Malicious Accounts in Ethereum

2024-05-30 · Zekai Liu, Xiaoqi Li, Hongli Peng, Wenkai Li

The openness and transparency of Ethereum transaction data make it easy to be exploited by any entities, executing malicious attacks. The sandwich attack manipulates the Automated Market Maker (AMM) mechanism, profiting …

ClassificationGraph Attention