SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
ยฉ 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3888
Discovery of Ranking Fraud for Mobile Apps
Sakshi Shetty1, Harsh Gathe2, Sheetal Bhosale3, Nitin Nautiyal4, Prof. Arpita Raut5
1,2,3,4Department of Information Technology Engineering, Vidyalankar Institute of Technology, Mumbai
5Asst.Professor, Department of Information Technology Engineering, Vidyalankar Institute of Technology, Mumbai
------------------------------------------------------------------------***-------------------------------------------------------------------------
Abstract- Deceptive activities in the app are done in order to appear on the top ranking list of apps. Nowadays, many App
developers use shady means such as increasing their app sales or posting phony app ratings to commit ranking fraud.
Preventing the ranking fraud has nowadays become an important criteria but there is less research done in this particular
area. We provide a view of fraud ranking in mobile apps and propose a fraud app detection system. In this system, initially main
process is based upon data preprocessing. In which various methods like stop word filtering, stemming, removal of URLs, non-
dictionary word removal and also POStagging (Parts Of Speech tagging) are included. There are three types of evidences, 1)
ranking based evidences 2) rating based evidences and 3) review based evidences. We propose an evidence aggregation method
to integrate all the evidences for fraud detection. Finally, we show the apps which are fraud or genuine based on the polarity of
the reviews.
Key Words: Fraud, POStagging, Data Preprocessing, Evidence aggregation method
1. INTRODUCTION
The mobile apps are growing rapidly and everyday many
apps are getting launched as well as many apps are getting
closed. There are many fraudulent apps which can
completely damage mobile phones or can gain access to
device maliciously. There are many apps supporting many
operating system such as android and iOS. As apps are
increasing day by day, many new apps are launched
everyday so it gets difficult for the users to select the best
app, so many App stores developers are launching daily App
leader boards, which shows the ranking of various popular
Apps. The App leader board is one of the most important
ways for detecting weather that app is legitimate or not. A
higher rank on the leader board usually shows that a large
number of downloads have taken place and that app
developer is getting millions of dollars in revenue. Many
App developers try to find out various ways like advertising
to promote their Apps so that their Apps is ranked as high
as possible, on the leader board. Instead of applying
traditional marketing techniques, false App developers have
started fraudulent apps to increase their position that is
getting on top of the leaderboard of apps and ultimately
manipulating the rankings at the store.
Malicious manipulation of user generated data is done to
impudent the usage patterns of the data. Review
manipulation is one of the most important viewpoint of
ranking fraud for mobile apps. Specifically, before
downloading or purchasing a new mobile App, users often
read its historical reviews and an App that contains more
positive reviews and ratings may attract more number of
users to download it. Therefore Review evidence can be
extracted. Once an App is published, it can be rated by
anyone whoever downloads it. User rating is also one of the
most important characteristic feature of an App
advertisement. Higher rating may attract more number of
users to download it and can also be ranked higher in the
popularity list of apps. A higher rank usually leads to more
number of downloads and million dollars in the revenue.
Thus, rating manipulation is an important viewpoint of
ranking fraud. So, it is important to develop a system for
fraud app detection. We propose a simple yet effective
system to classify the apps based on predefined set of
features.
2. LITERATURE SURVEY
[1] Hengshu Zhu, Hui Xiong, Yong Ge, and Enhong Chen
proposed a system for Discovey of Ranking Fraud for
mobile apps. They did two main steps for mining leading
sessions. Firstly, they discovered leading events from the
Appโ€™s historical ranking records. Then they merged
adjacent leading events for constructing leading sessions.
After this they collected all types of evidences and
performed evidence aggregation. Finally, they used
gradient based approach with exponentiated updating so
as to learn the weight of evidences.
[2]Prof.Mariappan.R, Ms.Deivanai.A, Ms.B.Hema,
Ms.Thamizharasi.V have studied and researched about
ranking, rating and review using statistical hypotheses test.
They proposed an unsupervised approach based on fraud
similarity to combine these evidences.
[3] Monika Pandey, Prof. Tripti Sharma proposed a Fraud
App Detection system using Fuzzy Logic model based on
Sentiment Analysis. Initially, they did data pre-processing
such as stemming, removal of URLs etc. Then, they
collected nouns, verbs and adjective to get sentiment score.
Finally they used fuzzy classification algorithm so as to
detect the app as genuine or fraud.
[4] Ms.Manasi Mhatre, Ms. Surabhi Mhatre, Ms. Dhikshashri
Dhemre, Prof.Saroja.T.V proposed the system for Detection
of Ranking Fraud in mobile applications. Firstly, they
collected all evidences such as ranking, rating and reviews.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
ยฉ 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3889
Then, they performed Naรฏve Bayes Classification algorithm
using predefined set of features.
3. PROPOSED SYSTEM
STEPWISE PROCEDURE:
1)Reviews Data Collection.
2)Data Preprocessing.
a) Stop word filtering- The stop word doesnโ€™t convey any
sentiment, eg: is, what, when, where etc. This will be used
to remove stop words from review.
b) Stemming-It will be used to remove suffix and prefix
from word eg :ies ,ing ,tion ,etc.
c) Non Dictionary word will be removed as it can lead to
wrong sentiment.
d) URLs will also be removed because it does not contain
any sentiment.
3)Feature Extraction: In this phase, the 3 dictionary are
used for sentiment score calculation. The nouns, verbs,
adjective are collected and tokenize in order to get
sentiment score.
4)POS tagging: POS tagging (Parts Of Speech tagging) is a
supervised learning solution that uses features like the
previous word, next word. It basically extracts the noun,
verbs, adjective etc.
5)Sentiment Analysis: This technique takes a string and
returns the sentiment rating for positive, negative and
neutral based on sentiment polarity. For this purpose, we
tend to use classifiers in Sentiment Analysis to see the
subjective value of text document i.e. positive, negative or
neutral.
4. METHODOLOGY
This system contains 2 major modules which is given as
follows:
1. Admin
a. Manage Apps:
i. The system allows admin to add new apps
with details of the app (name, image, URL,
description, category etc.)
ii. This system also helps to view the app.
b. Detection of Fraud apps:
i. Admin will view the ratings and reviews
given by the user.
ii. Admin will then analyze the ratings and
reviews which will then help him/her
to decide whether the app is fraud or
genuine.
c. Manage Users:
i. The admin can view the details of the user
who has installed the app.
ii. He can also add new user.
d. Manage App Provider:
i. The admin can add new app providers.
ii. He can also view the details of the App
Provider.
2. User
a. Registration / Login:
i. To view the mobile apps, user has to first
create an account by filling the
registration form.
ii. After successfully creating an account,
user can now login into the system
using login credentials such as
username and password.
b. View App Details:
i. The user can view the applicationโ€™s
details, ratings and comments.
ii. The user can also download the app
after viewing the app details.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
ยฉ 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3890
c. Give Reviews:
i. After using the application, user can
give their feedback based on the
experience while using that app.
Proposed Algorithm:
1) Create an input file "sample-input.txt" containing 1 or
more sentences to check the polarities.
2) The file can be read with the help of a file reader object.
3) Each sentence or text is given a token with the help of
POStagger.
4) POS tagger assigns a tag (JJ or JJS) to each token.
5) Check the tag of each token if the tag is "JJ" or "JJS" (i.e
the tagged token is an adjective/opinion word) then pass
this word in SentiWordnet to check the sentiment score as
well as polarity of that particular word.
6) SentiWordNet will return the sentiment type of that
word (eg: positive, weak_positive, strong_positive, negative,
strong_negative, neutral etc.) based on the sentiment score.
7) Count the no of positive(pos_count) and no of negative
(neg_count) adjectives for each sentence and the ratings
given by the user and remove aggregate for each app
SentiWordNet:
SentiWordNet is the result of all the synsets of WordNet
according to the sentiment such as โ€œpositivityโ€,
โ€œnegativityโ€, and โ€œneutralityโ€. Each synset is associated to
three numerical scores Pos(s), Neg(s), and Obj(s) which
indicate how positive, negative, and โ€œobjectiveโ€ (i.e.,
neutral) the terms contained in the synset are. For
example, in SENTIWORDNET 1.0 the synset
[estimable(J,3)] โ€œmay be computed or estimatedโ€ with the
help of adjective estimable, that has an Obj score of 1:0
(and Pos and Neg scores of 0.0), while the synset
[estimable(J,1)] has a Pos score of 0:75, a Neg score of 0:0,
and an Obj score of 0:25.
SentiWordNet scores are calculated as positive and
negative terms and are used to determine sentiment
orientation by assigning the document to the class with
the highest score.
5. CONCLUSION
We proposed a fraud app detection system for mobile Apps.
We showed that the system provided a method for mining
leading sessions for each App from its historical ranking
records. Then, on the basis of the historical ranking
records, we identified ranking, rating and review based
evidences, for detecting the fraud apps. Moreover, we
proposed an evidence based aggregation method to
combine all types of evidences for evaluating the ranking of
leading sessions for mobile Apps. Finally, we proposed a
system with extensive experiments on reviews data. In the
future, we plan to study more efficient and effective fraud
evidences and analyse the rating, review and rankings.
Moreover, we will extend our fraud app detection
approach with other mobile App, for enhancing the user
experience.
6. FUTURE SCOPE
In future, we plan to study more efficient and effective fraud
evidences and analyse the rating, review and rankings. Also,
we will study more fraud evidence techniques. Moreover,
we will extend our fraud app detection approach with
other mobile App, for enhancing the user experience. We
plan to study more efficient and effective fraud evidences
and analyse the rating, review and rankings.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
ยฉ 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3891
7. REFERENCES
[1] Hengshu Zhu, Hui Xiong, Yong Ge, and Enhong Chen
โ€œDiscovery of Ranking Fraud for Mobile Appsโ€, IEEE
Transactions On Knowledge And Data Engineering, Vol. 27,
No. 1, January 2015
[2] Prof.Mariappan.R*, Ms.Deivanai.A, Ms.B.Hema,
Ms.Thamizharasi.V, โ€œInvestgation of Ranking Rating and
Review using Statistical Hypotheses Testsโ€, International
Journal Of Engineering Sciences & Research Technology,
April, 2015
[3] Monika Pandey, Prof. Tripti Sharma, โ€œFraud App
Detection using Fuzzy Logic Model Based on Sentiment of
Reviewsโ€, International Research Journal of Engineering
and Technology (IRJET), Volume: 05 Issue: 09 | Sep 2018
[4] Ms.Manasi Mhatre, Ms. Surabhi Mhatre, Ms. Dhikshashri
Dhemre, Prof.Saroja.T.V, โ€œDetection of Ranking Fraud in
Mobile Applicationsโ€, International Research Journal of
Engineering and Technology (IRJET), Volume: 05 Issue: 03 |
Mar-2018

More Related Content

What's hot

Kohl's Mobile User Acquisition
Kohl's Mobile User AcquisitionKohl's Mobile User Acquisition
Kohl's Mobile User AcquisitionZen Cachola
ย 
2021 / 2022 ASO Guide - App Store Optimization Guide by PICKASO
2021 / 2022 ASO Guide - App Store Optimization Guide by PICKASO2021 / 2022 ASO Guide - App Store Optimization Guide by PICKASO
2021 / 2022 ASO Guide - App Store Optimization Guide by PICKASOPICKASO App Marketing
ย 
AppFollow Pitch
AppFollow PitchAppFollow Pitch
AppFollow PitchAppFollow
ย 
Aso - App Store Optimization
Aso - App Store OptimizationAso - App Store Optimization
Aso - App Store OptimizationRuben Vezzoli
ย 
App Store Optimization Nerdy Little Secrets - App Growth Summit Seattle Prese...
App Store Optimization Nerdy Little Secrets - App Growth Summit Seattle Prese...App Store Optimization Nerdy Little Secrets - App Growth Summit Seattle Prese...
App Store Optimization Nerdy Little Secrets - App Growth Summit Seattle Prese...Fouad Saeidi
ย 
Top 6 advance seo techniques in 2021
Top 6 advance seo techniques in 2021Top 6 advance seo techniques in 2021
Top 6 advance seo techniques in 2021brtechnosoft2018
ย 
Mobile Optimization Approaches
Mobile Optimization ApproachesMobile Optimization Approaches
Mobile Optimization ApproachesPadmini Murthy
ย 
Webinar by AppN2O & OpenXcell: Understanding the basics of Mobile App Marketing
Webinar by AppN2O & OpenXcell: Understanding the basics of Mobile App MarketingWebinar by AppN2O & OpenXcell: Understanding the basics of Mobile App Marketing
Webinar by AppN2O & OpenXcell: Understanding the basics of Mobile App MarketingJayneel Patel
ย 
Building your Mobile App: Budget, Planning and Best Practices
Building your Mobile App: Budget, Planning and Best PracticesBuilding your Mobile App: Budget, Planning and Best Practices
Building your Mobile App: Budget, Planning and Best PracticesPhilippe Dumont
ย 
An insight into i phone user behaviour within the app store surikate_gfk
An insight into i phone user behaviour within the app store surikate_gfkAn insight into i phone user behaviour within the app store surikate_gfk
An insight into i phone user behaviour within the app store surikate_gfkMozoo
ย 
Mobile apps - Breaking away from the clutter
Mobile apps - Breaking away from the clutterMobile apps - Breaking away from the clutter
Mobile apps - Breaking away from the clutterAbhirup Lahiri
ย 
Whitepaper - how to launch a mobile app successfully!
Whitepaper - how to launch a mobile app successfully!Whitepaper - how to launch a mobile app successfully!
Whitepaper - how to launch a mobile app successfully!RG Infotech
ย 
App Promo Android Toronto Session 10/25
App Promo Android Toronto Session 10/25App Promo Android Toronto Session 10/25
App Promo Android Toronto Session 10/25Gary Yentin
ย 
Apple Search Ads - What to expect in 2021
Apple Search Ads - What to expect in 2021Apple Search Ads - What to expect in 2021
Apple Search Ads - What to expect in 2021ThomasBCN
ย 
The truths about building apps
The truths about building appsThe truths about building apps
The truths about building appsWe Are Apps
ย 
Developing a mobile app
Developing a mobile appDeveloping a mobile app
Developing a mobile appATA Research
ย 
Marketing plan: Sked- A Mobile app
Marketing plan: Sked- A Mobile appMarketing plan: Sked- A Mobile app
Marketing plan: Sked- A Mobile appTarun Kateja
ย 
Industry Experts on How to Build Really Good Mobile Application
Industry Experts on How to Build Really Good Mobile ApplicationIndustry Experts on How to Build Really Good Mobile Application
Industry Experts on How to Build Really Good Mobile ApplicationIndianAppDevelopers
ย 

What's hot (20)

Kohl's Mobile User Acquisition
Kohl's Mobile User AcquisitionKohl's Mobile User Acquisition
Kohl's Mobile User Acquisition
ย 
2021 / 2022 ASO Guide - App Store Optimization Guide by PICKASO
2021 / 2022 ASO Guide - App Store Optimization Guide by PICKASO2021 / 2022 ASO Guide - App Store Optimization Guide by PICKASO
2021 / 2022 ASO Guide - App Store Optimization Guide by PICKASO
ย 
AppFollow Pitch
AppFollow PitchAppFollow Pitch
AppFollow Pitch
ย 
Aso - App Store Optimization
Aso - App Store OptimizationAso - App Store Optimization
Aso - App Store Optimization
ย 
App Store Optimization Nerdy Little Secrets - App Growth Summit Seattle Prese...
App Store Optimization Nerdy Little Secrets - App Growth Summit Seattle Prese...App Store Optimization Nerdy Little Secrets - App Growth Summit Seattle Prese...
App Store Optimization Nerdy Little Secrets - App Growth Summit Seattle Prese...
ย 
Top 6 advance seo techniques in 2021
Top 6 advance seo techniques in 2021Top 6 advance seo techniques in 2021
Top 6 advance seo techniques in 2021
ย 
Mobile Optimization Approaches
Mobile Optimization ApproachesMobile Optimization Approaches
Mobile Optimization Approaches
ย 
Lazar Malakov - App guidance mar29_us
Lazar Malakov - App guidance mar29_usLazar Malakov - App guidance mar29_us
Lazar Malakov - App guidance mar29_us
ย 
Webinar by AppN2O & OpenXcell: Understanding the basics of Mobile App Marketing
Webinar by AppN2O & OpenXcell: Understanding the basics of Mobile App MarketingWebinar by AppN2O & OpenXcell: Understanding the basics of Mobile App Marketing
Webinar by AppN2O & OpenXcell: Understanding the basics of Mobile App Marketing
ย 
Building your Mobile App: Budget, Planning and Best Practices
Building your Mobile App: Budget, Planning and Best PracticesBuilding your Mobile App: Budget, Planning and Best Practices
Building your Mobile App: Budget, Planning and Best Practices
ย 
An insight into i phone user behaviour within the app store surikate_gfk
An insight into i phone user behaviour within the app store surikate_gfkAn insight into i phone user behaviour within the app store surikate_gfk
An insight into i phone user behaviour within the app store surikate_gfk
ย 
Mobile apps - Breaking away from the clutter
Mobile apps - Breaking away from the clutterMobile apps - Breaking away from the clutter
Mobile apps - Breaking away from the clutter
ย 
Whitepaper - how to launch a mobile app successfully!
Whitepaper - how to launch a mobile app successfully!Whitepaper - how to launch a mobile app successfully!
Whitepaper - how to launch a mobile app successfully!
ย 
App Promo Android Toronto Session 10/25
App Promo Android Toronto Session 10/25App Promo Android Toronto Session 10/25
App Promo Android Toronto Session 10/25
ย 
Mobile App
Mobile AppMobile App
Mobile App
ย 
Apple Search Ads - What to expect in 2021
Apple Search Ads - What to expect in 2021Apple Search Ads - What to expect in 2021
Apple Search Ads - What to expect in 2021
ย 
The truths about building apps
The truths about building appsThe truths about building apps
The truths about building apps
ย 
Developing a mobile app
Developing a mobile appDeveloping a mobile app
Developing a mobile app
ย 
Marketing plan: Sked- A Mobile app
Marketing plan: Sked- A Mobile appMarketing plan: Sked- A Mobile app
Marketing plan: Sked- A Mobile app
ย 
Industry Experts on How to Build Really Good Mobile Application
Industry Experts on How to Build Really Good Mobile ApplicationIndustry Experts on How to Build Really Good Mobile Application
Industry Experts on How to Build Really Good Mobile Application
ย 

Similar to IRJET - Discovery of Ranking Fraud for Mobile Apps

IRJET- Detection of Ranking Fraud in Mobile Applications
IRJET-  	  Detection of Ranking Fraud in Mobile ApplicationsIRJET-  	  Detection of Ranking Fraud in Mobile Applications
IRJET- Detection of Ranking Fraud in Mobile ApplicationsIRJET Journal
ย 
IRJET- Discovery of Fraud Apps Utilizing Sentiment Analysis
IRJET- Discovery of Fraud Apps Utilizing Sentiment AnalysisIRJET- Discovery of Fraud Apps Utilizing Sentiment Analysis
IRJET- Discovery of Fraud Apps Utilizing Sentiment AnalysisIRJET Journal
ย 
A DATA MINING FRAMEWORK FOR PREVENTION OF FAKE APPLICATIONS USING OPINION MINING
A DATA MINING FRAMEWORK FOR PREVENTION OF FAKE APPLICATIONS USING OPINION MININGA DATA MINING FRAMEWORK FOR PREVENTION OF FAKE APPLICATIONS USING OPINION MINING
A DATA MINING FRAMEWORK FOR PREVENTION OF FAKE APPLICATIONS USING OPINION MININGIRJET Journal
ย 
Fraud App Detection using Machine Learning
Fraud App Detection using Machine LearningFraud App Detection using Machine Learning
Fraud App Detection using Machine LearningIRJET Journal
ย 
Survey on Fraud Malware Detection in Google Play Store
Survey on Fraud Malware Detection in Google Play Store         Survey on Fraud Malware Detection in Google Play Store
Survey on Fraud Malware Detection in Google Play Store IRJET Journal
ย 
Provide security about risk score in mobile applicationโ€™s
Provide security about risk score in mobile applicationโ€™sProvide security about risk score in mobile applicationโ€™s
Provide security about risk score in mobile applicationโ€™seSAT Journals
ย 
IRJET- An Effective Analysis of Anti Troll System using Artificial Intell...
IRJET-  	  An Effective Analysis of Anti Troll System using Artificial Intell...IRJET-  	  An Effective Analysis of Anti Troll System using Artificial Intell...
IRJET- An Effective Analysis of Anti Troll System using Artificial Intell...IRJET Journal
ย 
ADVANCEMENT IN THE MOBILE APP REVIEW SYSTEM TO ENHANCE QUALITY OF MOBILE APPL...
ADVANCEMENT IN THE MOBILE APP REVIEW SYSTEM TO ENHANCE QUALITY OF MOBILE APPL...ADVANCEMENT IN THE MOBILE APP REVIEW SYSTEM TO ENHANCE QUALITY OF MOBILE APPL...
ADVANCEMENT IN THE MOBILE APP REVIEW SYSTEM TO ENHANCE QUALITY OF MOBILE APPL...csandit
ย 
IRJET- A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation SystemsIRJET- A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation SystemsIRJET Journal
ย 
IRJET- A New Approach to Product Recommendation Systems
IRJET-  	  A New Approach to Product Recommendation SystemsIRJET-  	  A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation SystemsIRJET Journal
ย 
A survey on identification of ranking fraud for mobile applications
A survey on identification of ranking fraud for mobile applicationsA survey on identification of ranking fraud for mobile applications
A survey on identification of ranking fraud for mobile applicationseSAT Journals
ย 
IRJET- Customer Feedback Analysis using Machine Learning
IRJET-  	  Customer Feedback Analysis using Machine LearningIRJET-  	  Customer Feedback Analysis using Machine Learning
IRJET- Customer Feedback Analysis using Machine LearningIRJET Journal
ย 
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...IRJET Journal
ย 
Sentiment Analysis of Twitter Data
Sentiment Analysis of Twitter DataSentiment Analysis of Twitter Data
Sentiment Analysis of Twitter DataIRJET Journal
ย 
IRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review AnalysisIRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review AnalysisIRJET Journal
ย 
IRJET- Improving Performance of Fake Reviews Detection in Online Reviewโ€™s usi...
IRJET- Improving Performance of Fake Reviews Detection in Online Reviewโ€™s usi...IRJET- Improving Performance of Fake Reviews Detection in Online Reviewโ€™s usi...
IRJET- Improving Performance of Fake Reviews Detection in Online Reviewโ€™s usi...IRJET Journal
ย 
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...ijtsrd
ย 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSNIRJET Journal
ย 
IRJET-A Novel Technic to Notice Spam Reviews on e-Shopping
IRJET-A Novel Technic to Notice Spam Reviews on e-ShoppingIRJET-A Novel Technic to Notice Spam Reviews on e-Shopping
IRJET-A Novel Technic to Notice Spam Reviews on e-ShoppingIRJET Journal
ย 

Similar to IRJET - Discovery of Ranking Fraud for Mobile Apps (20)

IJET-V3I1P2
IJET-V3I1P2IJET-V3I1P2
IJET-V3I1P2
ย 
IRJET- Detection of Ranking Fraud in Mobile Applications
IRJET-  	  Detection of Ranking Fraud in Mobile ApplicationsIRJET-  	  Detection of Ranking Fraud in Mobile Applications
IRJET- Detection of Ranking Fraud in Mobile Applications
ย 
IRJET- Discovery of Fraud Apps Utilizing Sentiment Analysis
IRJET- Discovery of Fraud Apps Utilizing Sentiment AnalysisIRJET- Discovery of Fraud Apps Utilizing Sentiment Analysis
IRJET- Discovery of Fraud Apps Utilizing Sentiment Analysis
ย 
A DATA MINING FRAMEWORK FOR PREVENTION OF FAKE APPLICATIONS USING OPINION MINING
A DATA MINING FRAMEWORK FOR PREVENTION OF FAKE APPLICATIONS USING OPINION MININGA DATA MINING FRAMEWORK FOR PREVENTION OF FAKE APPLICATIONS USING OPINION MINING
A DATA MINING FRAMEWORK FOR PREVENTION OF FAKE APPLICATIONS USING OPINION MINING
ย 
Fraud App Detection using Machine Learning
Fraud App Detection using Machine LearningFraud App Detection using Machine Learning
Fraud App Detection using Machine Learning
ย 
Survey on Fraud Malware Detection in Google Play Store
Survey on Fraud Malware Detection in Google Play Store         Survey on Fraud Malware Detection in Google Play Store
Survey on Fraud Malware Detection in Google Play Store
ย 
Provide security about risk score in mobile applicationโ€™s
Provide security about risk score in mobile applicationโ€™sProvide security about risk score in mobile applicationโ€™s
Provide security about risk score in mobile applicationโ€™s
ย 
IRJET- An Effective Analysis of Anti Troll System using Artificial Intell...
IRJET-  	  An Effective Analysis of Anti Troll System using Artificial Intell...IRJET-  	  An Effective Analysis of Anti Troll System using Artificial Intell...
IRJET- An Effective Analysis of Anti Troll System using Artificial Intell...
ย 
ADVANCEMENT IN THE MOBILE APP REVIEW SYSTEM TO ENHANCE QUALITY OF MOBILE APPL...
ADVANCEMENT IN THE MOBILE APP REVIEW SYSTEM TO ENHANCE QUALITY OF MOBILE APPL...ADVANCEMENT IN THE MOBILE APP REVIEW SYSTEM TO ENHANCE QUALITY OF MOBILE APPL...
ADVANCEMENT IN THE MOBILE APP REVIEW SYSTEM TO ENHANCE QUALITY OF MOBILE APPL...
ย 
IRJET- A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation SystemsIRJET- A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation Systems
ย 
IRJET- A New Approach to Product Recommendation Systems
IRJET-  	  A New Approach to Product Recommendation SystemsIRJET-  	  A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation Systems
ย 
A survey on identification of ranking fraud for mobile applications
A survey on identification of ranking fraud for mobile applicationsA survey on identification of ranking fraud for mobile applications
A survey on identification of ranking fraud for mobile applications
ย 
IRJET- Customer Feedback Analysis using Machine Learning
IRJET-  	  Customer Feedback Analysis using Machine LearningIRJET-  	  Customer Feedback Analysis using Machine Learning
IRJET- Customer Feedback Analysis using Machine Learning
ย 
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
ย 
Sentiment Analysis of Twitter Data
Sentiment Analysis of Twitter DataSentiment Analysis of Twitter Data
Sentiment Analysis of Twitter Data
ย 
IRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review AnalysisIRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review Analysis
ย 
IRJET- Improving Performance of Fake Reviews Detection in Online Reviewโ€™s usi...
IRJET- Improving Performance of Fake Reviews Detection in Online Reviewโ€™s usi...IRJET- Improving Performance of Fake Reviews Detection in Online Reviewโ€™s usi...
IRJET- Improving Performance of Fake Reviews Detection in Online Reviewโ€™s usi...
ย 
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...
ย 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSN
ย 
IRJET-A Novel Technic to Notice Spam Reviews on e-Shopping
IRJET-A Novel Technic to Notice Spam Reviews on e-ShoppingIRJET-A Novel Technic to Notice Spam Reviews on e-Shopping
IRJET-A Novel Technic to Notice Spam Reviews on e-Shopping
ย 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
ย 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
ย 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
ย 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
ย 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
ย 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
ย 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
ย 
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
ย 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
ย 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
ย 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
ย 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
ย 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
ย 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
ย 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
ย 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
ย 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
ย 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
ย 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
ย 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
ย 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
ย 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
ย 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
ย 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
ย 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
ย 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
ย 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
ย 
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
ย 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
ย 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
ย 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
ย 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
ย 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
ย 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
ย 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
ย 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
ย 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
ย 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
ย 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
ย 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
ย 

Recently uploaded

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
ย 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
ย 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
ย 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .DerechoLaboralIndivi
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
ย 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
ย 

Recently uploaded (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
ย 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
ย 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
ย 

IRJET - Discovery of Ranking Fraud for Mobile Apps

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 ยฉ 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3888 Discovery of Ranking Fraud for Mobile Apps Sakshi Shetty1, Harsh Gathe2, Sheetal Bhosale3, Nitin Nautiyal4, Prof. Arpita Raut5 1,2,3,4Department of Information Technology Engineering, Vidyalankar Institute of Technology, Mumbai 5Asst.Professor, Department of Information Technology Engineering, Vidyalankar Institute of Technology, Mumbai ------------------------------------------------------------------------***------------------------------------------------------------------------- Abstract- Deceptive activities in the app are done in order to appear on the top ranking list of apps. Nowadays, many App developers use shady means such as increasing their app sales or posting phony app ratings to commit ranking fraud. Preventing the ranking fraud has nowadays become an important criteria but there is less research done in this particular area. We provide a view of fraud ranking in mobile apps and propose a fraud app detection system. In this system, initially main process is based upon data preprocessing. In which various methods like stop word filtering, stemming, removal of URLs, non- dictionary word removal and also POStagging (Parts Of Speech tagging) are included. There are three types of evidences, 1) ranking based evidences 2) rating based evidences and 3) review based evidences. We propose an evidence aggregation method to integrate all the evidences for fraud detection. Finally, we show the apps which are fraud or genuine based on the polarity of the reviews. Key Words: Fraud, POStagging, Data Preprocessing, Evidence aggregation method 1. INTRODUCTION The mobile apps are growing rapidly and everyday many apps are getting launched as well as many apps are getting closed. There are many fraudulent apps which can completely damage mobile phones or can gain access to device maliciously. There are many apps supporting many operating system such as android and iOS. As apps are increasing day by day, many new apps are launched everyday so it gets difficult for the users to select the best app, so many App stores developers are launching daily App leader boards, which shows the ranking of various popular Apps. The App leader board is one of the most important ways for detecting weather that app is legitimate or not. A higher rank on the leader board usually shows that a large number of downloads have taken place and that app developer is getting millions of dollars in revenue. Many App developers try to find out various ways like advertising to promote their Apps so that their Apps is ranked as high as possible, on the leader board. Instead of applying traditional marketing techniques, false App developers have started fraudulent apps to increase their position that is getting on top of the leaderboard of apps and ultimately manipulating the rankings at the store. Malicious manipulation of user generated data is done to impudent the usage patterns of the data. Review manipulation is one of the most important viewpoint of ranking fraud for mobile apps. Specifically, before downloading or purchasing a new mobile App, users often read its historical reviews and an App that contains more positive reviews and ratings may attract more number of users to download it. Therefore Review evidence can be extracted. Once an App is published, it can be rated by anyone whoever downloads it. User rating is also one of the most important characteristic feature of an App advertisement. Higher rating may attract more number of users to download it and can also be ranked higher in the popularity list of apps. A higher rank usually leads to more number of downloads and million dollars in the revenue. Thus, rating manipulation is an important viewpoint of ranking fraud. So, it is important to develop a system for fraud app detection. We propose a simple yet effective system to classify the apps based on predefined set of features. 2. LITERATURE SURVEY [1] Hengshu Zhu, Hui Xiong, Yong Ge, and Enhong Chen proposed a system for Discovey of Ranking Fraud for mobile apps. They did two main steps for mining leading sessions. Firstly, they discovered leading events from the Appโ€™s historical ranking records. Then they merged adjacent leading events for constructing leading sessions. After this they collected all types of evidences and performed evidence aggregation. Finally, they used gradient based approach with exponentiated updating so as to learn the weight of evidences. [2]Prof.Mariappan.R, Ms.Deivanai.A, Ms.B.Hema, Ms.Thamizharasi.V have studied and researched about ranking, rating and review using statistical hypotheses test. They proposed an unsupervised approach based on fraud similarity to combine these evidences. [3] Monika Pandey, Prof. Tripti Sharma proposed a Fraud App Detection system using Fuzzy Logic model based on Sentiment Analysis. Initially, they did data pre-processing such as stemming, removal of URLs etc. Then, they collected nouns, verbs and adjective to get sentiment score. Finally they used fuzzy classification algorithm so as to detect the app as genuine or fraud. [4] Ms.Manasi Mhatre, Ms. Surabhi Mhatre, Ms. Dhikshashri Dhemre, Prof.Saroja.T.V proposed the system for Detection of Ranking Fraud in mobile applications. Firstly, they collected all evidences such as ranking, rating and reviews.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 ยฉ 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3889 Then, they performed Naรฏve Bayes Classification algorithm using predefined set of features. 3. PROPOSED SYSTEM STEPWISE PROCEDURE: 1)Reviews Data Collection. 2)Data Preprocessing. a) Stop word filtering- The stop word doesnโ€™t convey any sentiment, eg: is, what, when, where etc. This will be used to remove stop words from review. b) Stemming-It will be used to remove suffix and prefix from word eg :ies ,ing ,tion ,etc. c) Non Dictionary word will be removed as it can lead to wrong sentiment. d) URLs will also be removed because it does not contain any sentiment. 3)Feature Extraction: In this phase, the 3 dictionary are used for sentiment score calculation. The nouns, verbs, adjective are collected and tokenize in order to get sentiment score. 4)POS tagging: POS tagging (Parts Of Speech tagging) is a supervised learning solution that uses features like the previous word, next word. It basically extracts the noun, verbs, adjective etc. 5)Sentiment Analysis: This technique takes a string and returns the sentiment rating for positive, negative and neutral based on sentiment polarity. For this purpose, we tend to use classifiers in Sentiment Analysis to see the subjective value of text document i.e. positive, negative or neutral. 4. METHODOLOGY This system contains 2 major modules which is given as follows: 1. Admin a. Manage Apps: i. The system allows admin to add new apps with details of the app (name, image, URL, description, category etc.) ii. This system also helps to view the app. b. Detection of Fraud apps: i. Admin will view the ratings and reviews given by the user. ii. Admin will then analyze the ratings and reviews which will then help him/her to decide whether the app is fraud or genuine. c. Manage Users: i. The admin can view the details of the user who has installed the app. ii. He can also add new user. d. Manage App Provider: i. The admin can add new app providers. ii. He can also view the details of the App Provider. 2. User a. Registration / Login: i. To view the mobile apps, user has to first create an account by filling the registration form. ii. After successfully creating an account, user can now login into the system using login credentials such as username and password. b. View App Details: i. The user can view the applicationโ€™s details, ratings and comments. ii. The user can also download the app after viewing the app details.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 ยฉ 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3890 c. Give Reviews: i. After using the application, user can give their feedback based on the experience while using that app. Proposed Algorithm: 1) Create an input file "sample-input.txt" containing 1 or more sentences to check the polarities. 2) The file can be read with the help of a file reader object. 3) Each sentence or text is given a token with the help of POStagger. 4) POS tagger assigns a tag (JJ or JJS) to each token. 5) Check the tag of each token if the tag is "JJ" or "JJS" (i.e the tagged token is an adjective/opinion word) then pass this word in SentiWordnet to check the sentiment score as well as polarity of that particular word. 6) SentiWordNet will return the sentiment type of that word (eg: positive, weak_positive, strong_positive, negative, strong_negative, neutral etc.) based on the sentiment score. 7) Count the no of positive(pos_count) and no of negative (neg_count) adjectives for each sentence and the ratings given by the user and remove aggregate for each app SentiWordNet: SentiWordNet is the result of all the synsets of WordNet according to the sentiment such as โ€œpositivityโ€, โ€œnegativityโ€, and โ€œneutralityโ€. Each synset is associated to three numerical scores Pos(s), Neg(s), and Obj(s) which indicate how positive, negative, and โ€œobjectiveโ€ (i.e., neutral) the terms contained in the synset are. For example, in SENTIWORDNET 1.0 the synset [estimable(J,3)] โ€œmay be computed or estimatedโ€ with the help of adjective estimable, that has an Obj score of 1:0 (and Pos and Neg scores of 0.0), while the synset [estimable(J,1)] has a Pos score of 0:75, a Neg score of 0:0, and an Obj score of 0:25. SentiWordNet scores are calculated as positive and negative terms and are used to determine sentiment orientation by assigning the document to the class with the highest score. 5. CONCLUSION We proposed a fraud app detection system for mobile Apps. We showed that the system provided a method for mining leading sessions for each App from its historical ranking records. Then, on the basis of the historical ranking records, we identified ranking, rating and review based evidences, for detecting the fraud apps. Moreover, we proposed an evidence based aggregation method to combine all types of evidences for evaluating the ranking of leading sessions for mobile Apps. Finally, we proposed a system with extensive experiments on reviews data. In the future, we plan to study more efficient and effective fraud evidences and analyse the rating, review and rankings. Moreover, we will extend our fraud app detection approach with other mobile App, for enhancing the user experience. 6. FUTURE SCOPE In future, we plan to study more efficient and effective fraud evidences and analyse the rating, review and rankings. Also, we will study more fraud evidence techniques. Moreover, we will extend our fraud app detection approach with other mobile App, for enhancing the user experience. We plan to study more efficient and effective fraud evidences and analyse the rating, review and rankings.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 ยฉ 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3891 7. REFERENCES [1] Hengshu Zhu, Hui Xiong, Yong Ge, and Enhong Chen โ€œDiscovery of Ranking Fraud for Mobile Appsโ€, IEEE Transactions On Knowledge And Data Engineering, Vol. 27, No. 1, January 2015 [2] Prof.Mariappan.R*, Ms.Deivanai.A, Ms.B.Hema, Ms.Thamizharasi.V, โ€œInvestgation of Ranking Rating and Review using Statistical Hypotheses Testsโ€, International Journal Of Engineering Sciences & Research Technology, April, 2015 [3] Monika Pandey, Prof. Tripti Sharma, โ€œFraud App Detection using Fuzzy Logic Model Based on Sentiment of Reviewsโ€, International Research Journal of Engineering and Technology (IRJET), Volume: 05 Issue: 09 | Sep 2018 [4] Ms.Manasi Mhatre, Ms. Surabhi Mhatre, Ms. Dhikshashri Dhemre, Prof.Saroja.T.V, โ€œDetection of Ranking Fraud in Mobile Applicationsโ€, International Research Journal of Engineering and Technology (IRJET), Volume: 05 Issue: 03 | Mar-2018