paper-with-me

홈 › Papers

PhishLang: A Real-Time, Fully Client-Side Phishing Detection Framework Using MobileBERT

2024-08-11 · Sayak Saha Roy, Shirin Nilizadeh

In this paper, we introduce PhishLang, the first fully client-side anti-phishing framework built on a lightweight ensemble framework that utilizes advanced language models to analyze the contextual features of a website's source code and URL. Unlike traditional heuristic or machine learning approaches that rely on static features and struggle to adapt to evolving threats, or deep learning models that are computationally intensive, our approach utilizes MobileBERT, a fast and memory-efficient variant of the BERT architecture, to capture nuanced features indicative of phishing attacks. To further enhance detection accuracy, PhishLang employs a multi-modal ensemble approach, combining both the URL and Source detection models. This architecture ensures robustness by allowing one model to compensate for scenarios where the other may fail, or if both models provide ambiguous inferences. As a result, PhishLang excels at detecting both regular and evasive phishing threats, including zero-day attacks, outperforming popular anti-phishing tools, while operating without relying on external blocklists and safeguarding user privacy by ensuring that browser history remains entirely local and unshared. We release PhishLang as a Chromium browser extension and also open-source the framework to aid the research community.

📄 PDF Abstract BibTeX arXiv:2408.05667

Code (2)

uta-sprlab/phishlang 공식 구현 pytorch
pwc-1/Paper-9/tree/main/2/mobilebert mindspore

Tasks

Language ModellingLarge Language ModelPhishing Website Detection

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
WordPiece 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
BERT BERT, or Bidirectional Encoder Representations from Transformers, improves upon standard Transformers by removing the…
MobileBERT MobileBERT is a type of inverted-bottleneck BERT that compresses and accelerates the popular BERT model. MobileBERT is a thin version…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

RSCFed: Random Sampling Consensus Federated Semi-supervised Learning

2022-03-26 · CVPR 2022 1 · Xiaoxiao Liang, Yiqun Lin, Huazhu Fu, Lei Zhu 외

Federated semi-supervised learning (FSSL) aims to derive a global model by training fully-labeled and fully-unlabeled clients or training partially labeled clients. The existing approaches work well when local clients ha…

Federated Learning

SRATTA : Sample Re-ATTribution Attack of Secure Aggregation in Federated Learning

2023-06-13 · Tanguy Marchand, Régis Loeb, Ulysse Marteau-Ferey, Jean Ogier du Terrail 외

We consider a cross-silo federated learning (FL) setting where a machine learning model with a fully connected first layer is trained between different clients and a central server using FedAvg, and where the aggregation…

Federated Learning

Abnormal Client Behavior Detection in Federated Learning

2019-10-22 · Suyi Li, Yong Cheng, Yang Liu, Wei Wang 외

In federated learning systems, clients are autonomous in that their behaviors are not fully governed by the server. Consequently, a client may intentionally or unintentionally deviate from the prescribed course of federa…

Anomaly DetectionFederated Learningimage-classificationImage Classification

Improved Modelling of Federated Datasets using Mixtures-of-Dirichlet-Multinomials

2024-06-04 · Jonathan Scott, Áine Cahill

In practice, training using federated learning can be orders of magnitude slower than standard centralized training. This severely limits the amount of experimentation and tuning that can be done, making it challenging t…

Federated Learning

EVA-Client: A Unified Data Collection, Inference, and Deployment Framework for Embodied Policies on Real Robots

2026-07-02 · Heqing Yang, Yang Yi, Liyao Wang, Linqing Zhong 외 hf

We present EVA-Client, an open-source framework for deployment, data collection, and evaluation of trained manipulation policies on real robots. Sitting between a policy server and the physical hardware, EVA-Client unifi…