Earlier quoted context omitted.
Most banks here (UK) have a mobile app, so I've always wondered why they don't use that to auth the call? Bank: Hey I'm calling from HSBC, want to verify it? Me: Sure Bank: Ok, so open you mobile app, and enter 637482 Me: Ok, cool thats given me 274893 Bank: Yep, that's all confirmed so ...
That would save you giving out personal details to authenticate yourself, but may lull people into dropping their guard & divulging personal details before the bank authenticates on _their side_ — as in, nothing in that script prevents a scammer saying "Yep, that's all confirmed" no matter what the person says & then a lay person may feel more secure even though they've proved nothing
PAM Duress – Alternate passwords for panic situations
301–310 of 358 posts
Re: PAM Duress – Alternate passwords for panic situations
#302perhaps i could use that as a screensaver password to share with my girlfriend? it would close spreadsheets, emacs, un-mount journals and personal drives. PAM's used to reauth from the screen-saver, right?
Might be easier to create a separate login? Some partners expect to share passwords as a trust thing, but my work does not allow it (and most personal devices have access to work stuff).
Re: PAM Duress – Alternate passwords for panic situations
#303perhaps i could use that as a screensaver password to share with my girlfriend? it would close spreadsheets, emacs, un-mount journals and personal drives. PAM's used to reauth from the screen-saver, right?
Depends on your locking program but yes, PAM can be used for that.
Re: PAM Duress – Alternate passwords for panic situations
#304Nice, pretty cool stuff. In high-school I worked on something similar ( https://github.com/rafket/pam_duress ), though this seems to have a somewhat cleaner implementation which is nice to see, and hopefully a more eager maintainer.
Re: PAM Duress – Alternate passwords for panic situations
#305Earlier quoted context omitted.
Might be easier to create a separate login? Some partners expect to share passwords as a trust thing, but my work does not allow it (and most personal devices have access to work stuff).
I don't understand why partners willingly share passwords.
if passwords also covered account scopes -- which is what this tool enables one to monkey-patch into the OS, i could give you my password so you could gorge on my code without me having to worry about you reading my journals or abusing ~/.ssh
other than that, i second your notion.
I'm thrilled by the idea of using passwords to switch between the sorts of things i do without having to log-out.
Re: PAM Duress – Alternate passwords for panic situations
#306I mean, that's pretty cool, but who enables password logins for SSH anymore? If I'm an attacker, I'm going to wonder why my target of duress is giving me a password and not a private key; most likely if I have access to my target of duress, then I have access to some kind of client / endpoint that my target uses to connect to the network, and that client will have the SSH private keys likely already loaded into ssh-a…
Pam is for more than just ssh. This could wipe data on a Linux machine for a local login, gdm, sudo, and so on.
Re: PAM Duress – Alternate passwords for panic situations
#307Earlier quoted context omitted.
In the US they can’t do anything unless they have “probable cause” you committed a crime. That’s broad, but it excludes “this guy pushed the number 6 three times in a row.” And “imprison” and “arrest” are pretty darn close. In the US, when you are arrested, you are usually searched, fingerprinted, and a mugshot is taken. The mugshot can become a public record. There are websites that match mugshots to names, and make…
Probable cause isn't "pushed button multiple times" it is "silent alarm was triggered and this guy is on the only guy in the building". If US is doing stupid shit then US is doing stupid shit. What else can we expect a third world country to do? In civilized world you are processed yes, but since you are just arrested and not accused you will just be held until the pre-investigation has concluded
Re: PAM Duress – Alternate passwords for panic situations
#308Earlier quoted context omitted.
No arrests. False alarms on silent alarm systems are common. Other factors made it clear that a real threat was unlikely. All orgs should consider locking out all employees for at least one uninterrupted week a year. Very easy way to shake out all sorts of problems.
> All orgs should consider locking out all employees for at least one uninterrupted week a year. Very easy way to shake out all sorts of problems. Could you give some examples?
But sometimes it's not just about cooking the books: the last "SSL cert expiration" fire I lived through happened because the person who had credentials to Digicert had to take sick leave. It was never a documented/defined process because "just flip Tim an email" was always sufficient, Tim didn't mind doing the work, and Tim didn't like going on vacation.
Two week lockouts mean there's no chance of shadow IT/back channel work happening, and forces you to document your processes.
[1]: https://www.fdic.gov/news/financial-institution-letters/1995...
Re: PAM Duress – Alternate passwords for panic situations
#309Earlier quoted context omitted.
Relatedly, make sure you trigger the password lock on your device before handing it over. They may be able to compel you to give your biometrics but not your password (the latter is considered compelled speech, and the courts have not fully litigated whether the former is treated the same).
For iphones, just tap the power button repeatedly, it will force a password entry to unlock.
Do one of these things at the beginning of any custodial situation.
Re: PAM Duress – Alternate passwords for panic situations
#310Earlier quoted context omitted.
Relatedly, make sure you trigger the password lock on your device before handing it over. They may be able to compel you to give your biometrics but not your password (the latter is considered compelled speech, and the courts have not fully litigated whether the former is treated the same).
For iphones, just tap the power button repeatedly, it will force a password entry to unlock.