Earlier quoted context omitted.
I’ve long considered why apps don’t have some VOIP client in them; if one can Face ID into their account, and use the VOIP client to connect to a rep - then the metadata associated with the call can inform the rep you are who you say you are. Seems E* is almost there!
I may be wrong, but Face ID should be performed entirely in the SEP, and only returns a boolean.
Twitter internal panel linked to account hijackings
471–477 of 477 posts
Re: Twitter internal panel linked to account hijackings
#472owo
Re: Twitter internal panel linked to account hijackings
#473Earlier quoted context omitted.
The problem is that customers don't remember basically anything. I don't know my telephone banking password for any bank. When I call, I get asked to tell them what my last transaction was, or my mother's maiden name and DOB (public info), or what town I last used my card. I've been wrong about the recent usage questions more often than I've been right, and they say "close enough". The technological measures have to…
When I bought my house a couple years ago, I had to put my signature to make a big and urgent money transfer. The bank however didn't accept my signature for some reason, though I had been using it every time with them. It appeared that normally they not really check if it matches, but this time given the transfer amount they did. And it just so happened that the signature they had scanned in their system was the fir…
Helpfully, they provided me with a screenshot of the one they had on file... one copy and paste later and the problem was resolved.
One copy and paste
Re: Twitter internal panel linked to account hijackings
#474Earlier quoted context omitted.
> This is a more general and larger problem where society is constantly bending over backwards to cater to the 2% lowest performers. As your parent said, it's not 2%, it's more like everyone. No one is perfect all the time. More importantly, it's one thing when hiring, but are you seriously suggesting 2% of the population shouldn't be able to use Twitter or online banking or other online services? 140,000,000 people…
I think we need to be honest about what the most dysfunctional bottom 1-2% are costing us. ...and it's not correct to say that "everyone is imperfect sometimes" because the correlation between people who are problems across various metrics, is high.
Re: Twitter internal panel linked to account hijackings
#475I wonder if this attack was facilitated by some security measures being relaxed to allow work from home.
Re: Twitter internal panel linked to account hijackings
#476Re: Twitter internal panel linked to account hijackings
#477Earlier quoted context omitted.
I'm starting to think web facing site admin is a bad idea. Assuming that's what this is, I don't know. But I'm surprised it's still a thing.
Is there a better solution? How do you airgap administration of a web facing service?
If you mean "log onto the machine and change the config" then it isn't really an air gap anymore. Usually it's a group of VMs, you change the image master (via Chef, docker etc) and boot a new instance. Ideally it's architected so most admin tasks go through an API, with auth, access control, logging, change control, etc. If you have a standardised message bus for your API you can used a Trusted Guard, aka CDS, which is a carefully designed (for high assurance, formally verified) protocol inspector designed to only allow correct protocol messages to transit. If the guard and it's ruleset pass independent analysis it is considered airgap equivalent under govt rules.