Skip to content

eshaanagarwal/SMS-Spam-API

 
 

Repository files navigation

"Dear customer, your xxx bank account will be suspended! Please Re KYC Verification Update click here link http://446bdf227fc4.ngrok.io/xxxbank".

Once a victim clicks on the link and logs in to the phishing website using internet banking credentials, the attacker generates OTP for 2FA or two factor authentication which is delivered to the victim's phone number. The victim then enters this OTP in the phishing site, which the attacker captures and Finally, the attacker gains access to the victim's account using the OTP and performs fraudulent transactions.

Use your creativity to design and develop a mobile app which can automatically scan through SMS texts and detect possible fraud and phishing attacks and suggest the user not to click on such a link. Additionally, the app can have a "Report This" option which submits the incident to Cyber Security Department (CERT-In) for further investigation. How will you detect false positives in reporting such incidents?

❓ Problem Statement

To design and develop a mobile app that can automatically scan through SMS texts to detect possible fraud and phishing attacks and suggest the user not to click on such a link.

👌 What it does/ Features:

  • Spam and Malicious SMS Detection using BiLSTM Deep Learning Model with 98% Efficiency
  • "Report This" option which submits the incident to Cyber Security Department (CERT-In) for further investigation
  • User can see the SIM on which the spam message is coming
  • Easy to understand Minimilastic and Interactive UI/UX Design

Proposed Approach:

Mockups

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PureBasic 57.2%
  • HTML 31.7%
  • Python 9.0%
  • CSS 2.1%