8000 GitHub - harshajv7981/Fake-Twitter-Account: This project addresses the growing security concerns in Online Social Networks, focusing on Twitter. It presents a multi-pronged approach to tackle fake and clone profile issues, which can lead to identity theft, phishing attacks, and spamming.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This project addresses the growing security concerns in Online Social Networks, focusing on Twitter. It presents a multi-pronged approach to tackle fake and clone profile issues, which can lead to identity theft, phishing attacks, and spamming.

Notifications You must be signed in to change notification settings

harshajv7981/Fake-Twitter-Account

Repository files navigation

Fake and Clone Profile Detection in Twitter

Project Overview

The Online Social Network (OSN) has gained immense popularity, but with it comes security and privacy concerns, including the rise of fake and clone profiles. Fake profiles pose threats like phishing, stalking, and spamming, while clone profiles steal user identities and misuse them. This project aims to detect these issues on Twitter using a combination of rule-based fake profile detection and similarity measures for clone profile detection.

Features

  • Fake Profile Detection: Set of rules are employed to classify fake and genuine profiles.
  • Clone Profile Detection: Utilizes Similarity Measures and Neural Networks (instead of C4.5 decision trees) to detect clone profiles.
  • Enhanced Security: Aims to safeguard OSN users by identifying potential threats.

Usage

To use the project, follow these steps:

  1. Clone this repository to your local machine.
  2. Install the required libraries and dependencies (detailed in the installation section).
  3. Prepare your data for testing the detection methods.
  4. Run the appropriate detection scripts to identify fake and clone profiles.

Installation

  1. Make sure you have Python [version] installed.
  2. Clone this repository:
  3. Install the required packages using:

Methodology

  • Fake Profile Detection: A set of rules is implemented for classifying fake and genuine profiles.
  • Clone Profile Detection:
  • Similarity Measures: Compares attributes and network relationships of profiles for similarity.
  • Neural Networks: Utilizes neural networks to detect clone profiles.

Results

The project presents a comparison between the effectiveness of similarity measures and neural networks for clone profile detection, along with rule-based fake profile detection.

Future Enhancements

  • Incorporate more advanced machine learning models.
  • Extend the project to other social media platforms.
  • Implement real-time detection and alerts for users.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your improvements.

Contact

For questions or feedback, feel free to reach out to the project maintainer:

About

This project addresses the growing security concerns in Online Social Networks, focusing on Twitter. It presents a multi-pronged approach to tackle fake and clone profile issues, which can lead to identity theft, phishing attacks, and spamming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0