Defaults, nudges and influence
How security engineers turn present bias into secure defaults and nudges, the control paradox that undercuts both, Cialdinis six techniques for steering a decision, and why a habituated click-whirr response and a policy email mostly fail to fix any of it.
- State what a default is, give two examples of a secure default and one example of a default being misused.
- Explain the control paradox and the example the lecture ties it to.
- Name each of Cialdini's six influence techniques with the lecture's example for each.
- Explain the click-whirr reaction and identify it in a warning-dialogue or certificate-error scenario.
- Explain why distributing a security policy document rarely changes user behaviour on its own.
14 min read
Intuition
The fastest way to get someone to do what you want is not usually to make a better argument. It is to arrange
things so the easy path already is the one you want, or to trigger a response they will make before they
finish thinking about it. 02-02 showed that judgement under uncertainty is predictably biased. This page is
about what that predictability is used for once it is understood: security engineers lean on it to make the
secure option the effortless one, and attackers lean on the same bias to make the insecure option feel like
the obvious, socially normal, or urgent one.
Mechanism
A default is whatever setting applies automatically when nobody makes an explicit choice. Present bias
(02-02) means most people keep it, so a security engineer who sets the secure option as the default gets
the secure outcome without asking the user to do anything at all: automatic updates enabled, encryption on
for sensitive data and communication channels, restrictive privacy settings out of the box, and minimal
privileges assigned by default with more granted only on request.
Defaults cut both ways. Most social networks ship with sharing settings relatively open, and leave them that way unless a user goes looking for the privacy page. When enough users do go looking and lock their settings down, some platforms periodically change the settings architecture, which quietly resets the choice and forces everyone to opt out again. This is the same present-bias mechanism working against the user instead of for them, and it is the lecture’s example of the control paradox: giving people more granular control over their privacy settings makes them share more information, not less, because the feeling of being in control is what lowers their guard.
A nudge is different from a default — it does not choose for the user, it makes the better choice more visible or convenient while leaving the decision theirs. A friendly notification to install the latest update, a gentle reminder to turn on two-factor authentication, a prompt suggesting a privacy-settings review — none of these force anything, and all of them are trying to move the same present-bias lever that a default moves outright.
Exam detail
Psychologist Robert Cialdini describes six techniques that influence decisions. The lecture treats them as
close relatives of the biases in 02-02 — for exam purposes they are a separate, named list of six, not an
eleventh bias to add to that page’s ten.
Exam detail
Reciprocity. People feel obliged to return a favour. A caller posing as IT support walks a new employee through some legitimate software, then suggests installing a “new tool IT is rolling out” — even though installing unapproved software may be against policy, the employee who just received free help is likely to comply.
Exam detail
Commitment and consistency. People feel uncomfortable acting against a commitment they have just made. An attacker calls a new employee, talks through security policy, and gets them to explicitly commit to following it. Immediately after, the attacker asks for the employee’s password “to verify compliance” — and having obtained it, can go a step further and talk the employee into choosing a “better” replacement password, one the attacker can easily guess.
Exam detail
Social proof / validation. People look at what others appear to be doing and follow it. A caller claiming to run a company-wide survey names colleagues in the same department who have supposedly already taken part, and the target is far more likely to answer sensitive questions as a result. The 2020 Twitter Bitcoin scam used the same mechanism at scale: attackers hijacked the verified accounts of high-profile figures such as Elon Musk, Bill Gates and Barack Obama, and the appearance of well-known, verified accounts promoting a donation drove people to send money to it.
Exam detail
Liking bias. People comply more readily with requests from someone they like. An attacker spends a few days building rapport over a shared interest — the lecture’s example is a shared enthusiasm for a pop singer — and once the target likes and trusts them, asks the target to install and try some software they are supposedly developing.
Exam detail
Respect to authority. People defer to a claimed authority figure without independently checking the claim. The lecture’s example: nurses in a hospital receive a phone call from someone claiming to be a physician, asking them to administer medication to a patient. In 95% of cases the nurses complied, stopped only because the experiment was called off before they reached the patient.
Exam detail
Scarcity. People place a higher value on whatever looks like it is running out. An SMS advertising a “limited-edition” product, claiming only a few remain and linking to a purchase page, uses the fear of missing out to push the click.
Threat
None of Cialdini’s six techniques defeats a technical control directly. Each one gets the target to hand over a credential, install something, or answer a question voluntarily — the password, the malware install, the survey answer is given freely, not extracted. That is what makes the six worth naming individually: a well-configured system with a careless user is still a system an attacker can walk into.
Control
Recognising a technique in the moment helps, but the lecture does not treat recognition as the fix — see the user-education point below. The stronger response is the same one from the Mechanism section above: design the secure action so it does not depend on the user correctly spotting a persuasion attempt under pressure, the same way a good default does not depend on the user remembering to turn a setting on.
Exam detail
User conditioning and the click-whirr reaction. Repeated exposure to a situation trains a person to react to it automatically, without thinking it through — the lecture’s click-whirr reaction. Once the reflex forms, a security decision gets made before anyone actually decides. Three examples from the lecture:
- Nagging warning dialogues that need to be dismissed to keep working train users to click them away without reading, defeating the point of the warning.
- Windows’ “are you sure you want to delete this permanently?” prompt, confirmed so often it becomes a reflex, which is exactly when an accidental permanent deletion gets through.
- Certificate errors: most are benign and are essentially never linked to a real attack, so a user who habitually clicks past them is behaving rationally given the real base rate. That is precisely what makes the habit dangerous the rare time the warning is genuine. The slides pose, without resolving, the open question of what a system should show the user instead — this is left as an unanswered design problem, not a solved one.
Exam detail
Why user education mostly fails. Simply distributing a company security policy has little measurable effect on behaviour. Training that includes feedback and iteration does better, but two things limit it: the language security engineers use is not the language users think in, and users have no built-in reason to spend effort learning it when their actual job is something else entirely. The lecture’s conclusion is that training should complement good design, not replace it.
Pitfall
Naming the technique correctly matters more than describing the scenario back. A question that hands you an authority-figure phone call and asks “which technique” wants the single word “authority” (or the matching option), not a restatement that the caller sounded convincing.
Recall
A user clicks past a certificate warning without reading it, the way they always do, and this time the warning was real. Was the user being careless?
Not in the way “careless” usually implies. Given how rarely certificate errors correlate with a genuine attack, dismissing them is a reasonable habit built from real experience — the lecture calls users “completely right to ignore” most of them. The habit is still what let the real one through, which is why the slides leave open what should be shown to the user instead of leaving the current warning to condition past.
Aside
The lecture attributes the 95%-compliance hospital experiment to “R. Cialdini, Influence, 2006.” The experiment itself is the Hofling hospital study, conducted by Charles K. Hofling and colleagues in 1966: 21 of 22 nurses (95.4%) complied with an unknown “Dr Smith“‘s phone order to administer double the labelled maximum dose of a fictitious drug. Cialdini discusses the study in his book; he did not run it. The exam follows the lecture’s own framing and figure, but the study behind it is Hofling et al., 1966, not a Cialdini-conducted experiment from 2006.
Source
Week 2 Notes PDF