the attackers’ principles...the shortest, fastest and cheapest path : a common method for...

18
Learning from the attackers Bibliography Q and A The Attackers’ Principles The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy [email protected] January 13, 2017 Alexandre Dulaunoy [email protected] The Attackers’ Principles

Upload: others

Post on 17-Jul-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Attackers’ PrinciplesThe shortest, fastest and cheapest path : a common method

for compromising information system

Alexandre Dulaunoy

[email protected]

January 13, 2017

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 2: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

Introduction

Introduction or Disclaimer

I We operated honeynets and honeypots the past 6 years andwe collected ”some” data

I Based on the analysis of ”some” data, we found common andrecurring patterns about attackers practices

I By sharing those practices, we hope this helps to better secureinformation systems

Terminology : users are running information systems and attackers are the one trying to attack them.An user can become an attacker and an attacker can become an user

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 3: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

Design Principles of Security Mechanisms

Design Principles (Saltzer and Schroeder, 1975)

I Principle of least privilege and separation of privilege

I Principle of fail-Safe defaults

I Principle of economy of mechanism

I Principle of complete mediation

I Principle of open design

I Principle of least common mechanism

I Principle of psychological acceptability

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 4: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

Design Principles of Security Mechanisms

The Attackers Principles

I Principle of shortest or fastest path of attack

I Principle of the cheapest path of attacks

I Principle of the weakest link

I Principle of psychological acceptability

Principles are based on the recurring patterns discovered in the various attacks.

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 5: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

The ssh password brute-force case

I Some system administrators use password authentication andweak password

I Scanning IPv4 Internet (smaller than 232 addresses) is fast,cheap and easy

I Success rate is quite good even with a database of 2000passwords

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 6: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

Slowing down attackers...

After a successful ssh brute-force, attackers directly reuse thesystem to do again brute-force. We can affect the principle of theshortest/fastest path...

Pr(Block)

allo

w1-

Pr(

bloc

k)

uname

nmap

sshd

wget

0.6

0.8

0.20.1

0.3

(0.6)

Attacker

Honeypot

Pr(retry)

nmap

1-Pr(b

lock

)

wget

Pr(quit )

0.95

0.05

(0.95)

uname (0.6)

Pr(Block)

Pr(alternative)

nmap

Self Adaptive High Interaction Honeypots Driven by Game Theory, Gerard Wagener, Radu State, Alexandre

Dulaunoy, Thomas Engel in SSS ’09 Proceedings of the 11th International Symposium on Stabilization, Safety, and

Security of Distributed Systems

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 7: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

Scanning Internet

I Scanning networks is an old but effective technique to findvulnerable systems.

I Scanning NoSQL databases1 was a source of recent leak ofinformation (December 2015).Or use for ”ransoming” the data(December 2016 and January 2017).

I Finding vulnerable and/or backdoored routers 2, JuniperScreenOS case is a critical example (December 2015).

I Attackers find vulnerable devices to relay their traffic (e.g.Dridex malware using SSL/TLS relay over misconfiguredrouters).

I Finding vulnerable administration panels of CMS (e.g.WordPress, Joomla!, ...).

1https://www.circl.lu/pub/tr-32/2https://www.circl.lu/pub/tr-42/

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 8: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

Phishing or the art of making a website acceptable

image from bitofprevention.com

I Attackers rely on user interfacescomplexity

I A common securityrecommendation : ”look for thesmall lock”

I What’s the correct lock? Theone of the left? Or the one onthe right?

I The attacker is able to collectpasswords...

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 9: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

Phishing or the art of making a website acceptable

image from bitofprevention.com

I Internet browsers try to improvethe situation for SSL website

I Is it really an improvement? oreven more confusion?

I If confusion is still there, theattacker is still able to collectpasswords...

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 10: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

Defeating phishing with One-Time Password

I If passwords have a value forattackers, we should replacethem with One-Time Password

I OTP tokens are now used bymajor banking website

I How to break an OTP? What’sthe fastest path to attack thesystem?

I Is it possible?

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 11: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

The browser is the weakest link

Torpig or Silentbanker are well-known trojan and they knowthe different bank forms.

I Avoid the OTP bycompromising directly thebrowser

I Even with the help of the user.Have you ever installed a toolbaror an extension to your browser?

I You see your transaction butyou sign the transaction ofthe attacker

I The fastest path for theattacker...

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 12: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

Defeating cryptographic scheme

I Use the principle of the weakest linkI Today, bank users have an OTP token to use online bankingI Attackers won’t defeat the OTP scheme, they just hook on the

DOM of the Internet browser (e.g. Torpig or SilentBanker)I Users don’t even need a vulnerable browser, they just install

extensionI Use of psychological acceptability

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 13: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

Magnetic stripe card

I A skimmer for analog stripe card is cheap (EUR 110) and easy(keep data on audio tape)

I It doesn’t work with smart card... wait.

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 14: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

Smart card

I Attackers first steal the PIN and after the cardI PIN can be obtained in various ways like a shim on the reader

or a camera close to the readerI Encrypted PIN only applicable to the skimmer case but some

tricks with backward compatibility

Thinking inside the box: system-level failures of tamper proofing, Saar Drimer, Steven J. Murdoch, Ross Anderson

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 15: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

ATM - a physical example

I ATM are using complex and expensive locks like Cencon

I but there is ”the principle of the cheapest path”

I E for the cencon s2000 and by the way, the plate is only 75USD...

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 16: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

The Art of Scanning

Conclusion

I Attackers follow rules but not always the conventional rules

I When designing the security of an information system, thinkabout their rules

I Over spending in complex security systems is not always agood approach

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 17: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

Bibliography

I Know Your Enemy, The Honeynet project - various, (secondedition) Addison Wesley, ISBN 0-321-16646-9

I Computer Security, Art and Science, Matt Bishop, AddisonWesley, ISBN 0-201-44099-7

Alexandre Dulaunoy [email protected]

The Attackers’ Principles

Page 18: The Attackers’ Principles...The shortest, fastest and cheapest path : a common method for compromising information system Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13,

Learning from the attackers Bibliography Q and A

Q and A

I Thanks for listening.

I [email protected]

I a small quiz : how can you defeat a ”Gas Protection Unit” inan ATM?

Alexandre Dulaunoy [email protected]

The Attackers’ Principles