bots, socks, and vandals: malicious actors on the web · v.s. subrahmanian et al. "the darpa...

61
Bots, Socks, and Vandals: Malicious Actors on the Web V.S. Subrahmanian Dartmouth College [email protected] @vssubrah Dartmouth Joint work with many students, postdocs, and colleagues !

Upload: others

Post on 15-Aug-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Bots, Socks, and Vandals: Malicious Actors on the Web

V.S. Subrahmanian Dartmouth [email protected]@vssubrah

Dartmouth

Joint work with many students, postdocs, and

colleagues !

Page 2: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

@vssubrah [email protected]

2

Time (2016); The Atlantic (2016); BBC (2015), Vanity Fair (2017), Digital Trends (2017)

Page 3: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Outline of talk

•Online Marketplaces: Review Fraud•News & Other Discussion Forms: Sockpuppet Accounts•Wikipedia: Vandals•Twitter: Bots•Malicious Actors – The Next Generation

@vssubrah [email protected]

3

Rev2: Fraudulent User Prediction in Rating PlatformsS. Kumar, B. Hooi, D. Makhija, M. Kumar, C. Faloutsos and V.S. Subrahmanian.

WSDM 2018. Used in production at Flipkart, India

Page 4: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Review Fraud Increased Revenues 

@vssubrah [email protected]

4

+1 increase in star rating increases revenue by 5-9% on Yelp (Luca et al., Management Sci., 2016).

Page 5: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Review Fraud, I: Review Fraudsters Have Stronger Opinions

@vssubrah [email protected]

5

Page 6: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Review Fraud, II: Review Fraudsters Generate Reviews Faster

@vssubrah [email protected]

6

Page 7: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Review Fraud, III: Fraudsters Review Each Other Positively

@vssubrah [email protected]

7

Sample Discoveries on Bitcoin Alpha

• REV2 automatically identified a coordinated group/cluster of users who

• Rate others in the group positively• Rate many outside the group

negatively• Past efforts that use rating and time

distributions are unable to identify such coordinated groups of users.

Page 8: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

REV2 Algorithm: Unsupervised• Represents data via a bipartite graph

consisting of three kinds of entities▫ User nodes: Authors of reviews.

Each user u has an associated fairness f(u).

▫ Product nodes: Subject of reviews. Each product p has an associated

goodness g(p).▫ Review edges: Link users to products

they have reviewed. Each review r has an associated

reliability rel(r).• We have to discover these

values.

@vssubrah [email protected]

8

Goodness  

Fairness 

Red edge = -1, green edge = +1 rating

Page 9: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

REV2: Fairness

@vssubrah [email protected]

9

Fairness = average reliability of user’s reviews.

Page 10: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

REV2: Goodness

@vssubrah [email protected]

10

• R(u,p)*Score(u,p): Captures discounted rating of a single review.

• Summation: Expected sum of discounted ratings of all reviews of a product.

• Average rating of the product.

Page 11: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

REV2: Reliability

@vssubrah [email protected]

11

• Fairness of the user• Deviation of user’s score from

goodness – penalize high deviation

Page 12: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

REV2 Algorithm: Initialization

@vssubrah [email protected]

12

Initialize all variables to 1

Page 13: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

REV2 Algorithm: Update Goodness

@vssubrah [email protected]

13

Page 14: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

REV2 Algorithm: Update Reliability

@vssubrah [email protected]

14

Used in the example. 

Page 15: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

REV2 Algorithm: Update Fairness

@vssubrah [email protected]

15

Page 16: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

REV2 Algorithm: Convergence State

@vssubrah [email protected]

16

Page 17: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

But…. Cold Start Problem• Most products get only a few ratings• Most reviewers provide only a small number of reviews• Add Bayesian Priors

@vssubrah [email protected]

17

• values are mean fairness and goodness scores over all user and product nodes, respectively.

• are weight denoting importance of the mu values.

 

Page 18: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

But….: What about Behavioral Properties?

@vssubrah [email protected]

18

Rating distribution Time-stamp distribution

Use BIRDNEST score of reviewers and products(Hooi et al., 2016)

Page 19: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Updated REV2 Formulas

@vssubrah [email protected]

19

Page 20: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Unsupervised Prediction

@vssubrah [email protected]

20

Page 21: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Supervised Prediction (using Random Forest)

@vssubrah [email protected]

21

• 2000+ features• Combinations

of fairness/goodness scores under various parameter settings.

127 of 150 reported fake reviewers in Flipkart correct.REV2 is in use at Flipkart.

Page 22: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Robustness of REV2

@vssubrah [email protected]

22

REV2 provides robust predictions regardless of the amount of data used for training.

Page 23: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Outline of talk

•Online Marketplaces: Review Fraud•News & Other Discussion Forms: Sockpuppet

Accounts•Wikipedia: Vandals•Twitter: Bots•Malicious Actors – The Next Generation

@vssubrah [email protected]

23

An Army of Me: Sockpuppets in Online Discussion Communities. S. Kumar, J. Cheng, J. Leskovec and V.S. Subrahmanian. Proceedings of the 26th International World Wide Web Conference (WWW), 2017.Best Paper Award Honorable MentionBeing transitioned to both Wikipedia and Reddit.

Page 24: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Sockpuppets

@vssubrah [email protected]

24

Page 25: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Sock Example

@vssubrah [email protected]

25

bdiaz209 only posts on this discussion to support and

defend Eric_17

Page 26: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Defining Socks

@vssubrah [email protected]

26

Sockpuppets are accounts that post from the same IP address in the same discussion very close in time

(15 min), in at least 3 different instances.

3656 Sockpuppets1653 puppet

masters

IP addresses only used for ground

truth, not for prediction.

Page 27: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Where do Sockpuppet Accounts Post?

@vssubrah [email protected]

27

Page 28: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Falcon-X32 Feb 5 2013, 3PMI agree. You are absolutely right!

How do sockpuppets write?

@vssubrah [email protected]

28

jakey008 Feb 5 2013, 2PMshould have read the reviews first :(ricobeans27 Feb 5 2013, 3PMCouldn’t agree more!!

Agree more

p < 10-3

Start fewer discussions

p < 10-3

Address others directlyp < 10-3

More self centeredp < 10-3

Use short sentencesp < 10-3

Down-voted more

p < 10-3

Page 29: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

How do sockpuppets interact?

@vssubrah [email protected]

29

Page 30: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Double-Life Hypothesis

@vssubrah [email protected]

30

Page 31: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Alternate Hypothesis

@vssubrah [email protected]

31

Page 32: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Alternate Hypothesis wins

@vssubrah [email protected]

32

“Good sock/Bad sock” not common

Page 33: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Are socks intended to be deceptive?

@vssubrah [email protected]

33

Page 34: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Pretender vs. Non-Pretender Behavior

@vssubrah [email protected]

34

Page 35: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Sockpuppet Types: Neutral

@vssubrah [email protected]

35

Page 36: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Sockpuppet Types: Supporting

@vssubrah [email protected]

36

Page 37: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Sockpuppet Types: Dissenting

@vssubrah [email protected]

37

Page 38: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Predicting Socks: Features

@vssubrah [email protected]

38

Activity-basedNumber of postsnumber of replies

reciprocity of postsage of account

Post-basedNumber of words

charactersLIWC countsReadabilitySentiment

Community-basedNumber of upvotes

Number of downvotes…

Page 39: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Predicting Socks: Is Account A a Sock?

@vssubrah [email protected]

39

Page 40: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Predicting Socks: Are accounts A,B a sock pair?

@vssubrah [email protected]

40

Page 41: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Outline of talk

•Online Marketplaces: Review Fraud•News & Other Discussion Forms: Sockpuppet Accounts•Wikipedia: Vandals•Twitter: Bots•Malicious Actors – The Next Generation

@vssubrah [email protected]

41

VEWS: A Wikipedia Vandal Early Warning System. S. Kumar, F. Spezzano and V.S. Subrahmanian. Proceedings of the 21st ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD), 2015.

Page 42: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Vandals at Work

@vssubrah [email protected]

42

~ 7% edits involve vandalism~ 3-4 % editors are vandals

Page 43: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

VEWS Data

@vssubrah [email protected]

43

Data available at: https://www.cs.umd.edu/~vs/vews/

Page 44: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Wikipedia Pages: Article & Talk

@vssubrah [email protected]

44

Page 45: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Vandals rarely talk to others!

@vssubrah [email protected]

45

Page 46: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Vandals edit in rapid-fire mode

@vssubrah [email protected]

46

Page 47: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Pairwise edit features

@vssubrah [email protected]

47

Page 48: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Transition Features

@vssubrah [email protected]

48

0.5

0.5 X[i,j] = probability that

feature vector j occurs immediately after feature vector i

Page 49: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

VEWS Predictive Accuracy

@vssubrah [email protected]

49

• VEWS identifies 87% of vandals on or before first reversion.

• 44% of vandals are identified before first reversion.

Page 50: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

VEWS’ Speed in Identifying Vandals

@vssubrah [email protected]

50

VEWS identifies vandals (on

average) in 2.13 edits.

Page 51: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Reversion Information Helps (a little)

@vssubrah [email protected]

51

Page 52: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Combining with Past Work Helps

@vssubrah [email protected]

52

Page 53: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Outline of talk

•Online Marketplaces: Review Fraud•News & Other Discussion Forms: Sockpuppet Accounts•Wikipedia: Vandals•Twitter: Bots•Malicious Actors – The Next Generation

@vssubrah [email protected]

53

V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46.

Dickerson, John P., Vadim Kagan, and V. S. Subrahmanian. "Using sentiment to detect bots on twitter: Are humans more opinionated than bots?." Advances in Social Networks Analysis and Mining (ASONAM), 2014 IEEE/ACM International Conference on. IEEE, 2014.

Page 54: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Bots in the 2014 India Election

@vssubrah [email protected]

54

• Largest democratic election in human history• Tracked 31 topics (national politicians, political

parties) over 10 month period• Over

• 17M users• 25M posts (after eliminating irrelevant posts

from a ~600M tweet data set)• 45M edges

Page 55: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Features

@vssubrah [email protected]

55

Tweet Syntax• #hashtags, #mentions, #links, etcTweet Semantics• Sentiment related features for userUser Behavior• Tweet spread/frequency/repeats/geo • Tweet volume histograms by topic• Sentiment: normalized flip flops(t),

variance(t), monthly variance(t)User Neighborhood (and behavior)• Multiple measures looking at agreement/

disagreement between user sentiments and those of people in his neighborhood

Contradiction Rank• where

– is the fraction of u’s tweets with sentiment that are positive w.r.t. t

– is the fraction of all tweets [not just u’s] with sentiment that are positive w.r.t. t

– , defined similarly

Agreement Rank ADissonance rank

Positive Sentiment Strength– Average sentiment score (for t) from u’s tweets

that are positive about t

+/- Sentiment Polarity Fraction– Percentage of u’s tweets on t that are

positive/negative

 

Page 56: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Bots vs. Humans

@vssubrah [email protected]

56

Bots vs. Humans?

• Who flip flops more?• Whose positive opinions are

stronger?• Whose negative opinions are

stronger? • Who tend to write more tweets

with sentiment?• Who tend to disagree more?

Page 57: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Bots vs. Humans

@vssubrah [email protected]

57

Page 58: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

DARPA Twitter Bot Challenge

@vssubrah [email protected]

58

Page 59: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Outline of talk

•Online Marketplaces: Review Fraud•News & Other Discussion Forms: Sockpuppet Accounts•Wikipedia: Vandals•Twitter: Bots•Malicious Actors – The Next Generation

@vssubrah [email protected]

59

Page 60: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Malicious Actors on Social Platforms: The Future•Cross platform Coordinated attacks across multiple

platforms•Distributed, low key Low key activities within each

platform•Conformity Greater conformance with opinion within

local communities with small efforts to shift opinion•Greater engagement of bots and malicious actors with

existing communities online•Combination with traditional cyber methods

Combine social attacks with more traditional hacks

@vssubrah [email protected]

60

Page 61: Bots, Socks, and Vandals: Malicious Actors on the Web · V.S. Subrahmanian et al. "The DARPA Twitter bot challenge." Computer 49.6 (2016): 38-46. Dickerson, John P., Vadim Kagan,

Dartmouth

Contact Information

V.S. SubrahmanianDept. of Computer ScienceDartmouth CollegeHanover, NH [email protected]@vssubrahwww.cs.dartmouth.edu/vs/

61

@vssubrah [email protected]