Infosys leaked FullAdminAccess AWS keys on PyPI for over a year
71–80 of 218 posts
Re: Infosys leaked FullAdminAccess AWS keys on PyPI for over a year
#72This kind of stories is one of the reason I visit Hacker News. Thank you! It's funny and annoying to read every week or so about another epic fail of a multi-billion "multinational information technology company". Good luck with outsourcing your critical services and medical data to neurodivergents. Thanks again for making my day.
Still some american banks store user passwords in plain text, Allow sim awapping without a proper check and so
Re: Infosys leaked FullAdminAccess AWS keys on PyPI for over a year
#73Any ideas why?
Re: Infosys leaked FullAdminAccess AWS keys on PyPI for over a year
#74Their entire cybersecurity page is just a bunch of gibberish. It's like someone slapped together buzzwords and phrases until they filled a word count.
And puppy mills explain the aptitude with some company cultures :p
Re: Infosys leaked FullAdminAccess AWS keys on PyPI for over a year
#75Re: Infosys leaked FullAdminAccess AWS keys on PyPI for over a year
#76This kind of stories is one of the reason I visit Hacker News. Thank you! It's funny and annoying to read every week or so about another epic fail of a multi-billion "multinational information technology company". Good luck with outsourcing your critical services and medical data to neurodivergents. Thanks again for making my day.
Not outsourcing, its incompetent engineers. Do you know how many american companies got hacked because of 200k enginners istakes? Still some american banks store user passwords in plain text, Allow sim awapping without a proper check and so
I understand that it’s useless to seek answers to such questions. Let’s leave it to philosophers. :)
Re: Infosys leaked FullAdminAccess AWS keys on PyPI for over a year
#77Should I file the HIPAA complaint, or has someone else already done that?
(the stupid government website for filing complaints is, of course, not loading for me now)
Re: Infosys leaked FullAdminAccess AWS keys on PyPI for over a year
#78Wow. Really crazy. I know it was not right to revoke the key, he touched into their system. He probably broke someone’s production. But it was also absolutely the right thing to do. A god mode key floating around for over a year unrevoked, with real human beings’s medical data on the other side… I am glad the post author revoked the key. It is probably too little too late but they did close that door and maybe saved…
The lesson here is that there are things worse than downtime. Yeah the site being down is bad but hey, what's worse? Leaking PII all over the place.
Re: Infosys leaked FullAdminAccess AWS keys on PyPI for over a year
#79When do companies finally start adopting the `security.txt` proposal (see https://securitytxt.org ). Would have made a big difference! EDIT: That GitHub user is gone for good.
Re: Infosys leaked FullAdminAccess AWS keys on PyPI for over a year
#80Is it possible to do a full sweep across all tokens in all Python files (for instance) in Github and find such keys? Can you tell from the contents if it's a key or some such "important" string?
Here[1] are the prefixes used for all AWS IAM access keys. Here[2] is the API definition for an access key. If you're going to search all of PyPy for keys, here's some more keys you can look for: [3] [4]
[1] https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_i... [2] https://docs.aws.amazon.com/IAM/latest/APIReference/API_Acce... [3] https://github.com/Josue87/GiveMeSecrets/blob/master/rules.p... [4] https://github.com/BitTheByte/Eagle/blob/master/plugins/spid...