Viewing profile — kafrofrite
kafrofrite
HN member- Joined
- Fri, Apr 10, 2020, 9:06 AM UTC
- HN karma
- 135
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About kafrofrite
Recent public activity
-
comment
Comment #48679182
IIRC, around 2016 or so, Slack invited us in their office to pitch us the enterprise version and ask whether we would be interested in becoming one of their first enterprise custom…
-
comment
Comment #48200024
I guess there's merit for that, especially if you are in a cloud environment. In a previous company, I decided to set up dnf/kpatch for VMs that we considered critical. At the time…
-
comment
Comment #47990774
Please do share
-
comment
Comment #45269081
It's probably not trivial to implement and there's already a bunch of problems that need solving (e.g., trusting keys etc.) but... I think that if we had some sort of lightweight c…
-
comment
Comment #44861627
The answer to your question is WebKit (because iOS), kernels (XNU, Linux, Windows) etc. In case you are not familiar with the domain I'd start with user-space exploitation and rele…
-
comment
Comment #42191576
Most probably what Apple means is that since their codebase is shared, the vulnerability exists across devices. This does not mean that the vulnerability is actively exploited in i…
-
comment
Comment #42191533
> Has this happened before? That iPhones had a security hole that could be exploited over the web? Yes, there were exploits in the past that could be exploited remotely, including …
-
comment
Comment #39174905
I work as a security engineer and, yes, the CT logs are extremely useful not only for identifying new targets the moment you get a certificate but also for identifying patterns in …
-
comment
Comment #38532832
IIRC, in [1] it mentioned a few examples of AI that exhibited the same bias that is currently present in the judicial system, banks etc. [1] https://en.wikipedia.org/wiki/Weapons_o…
-
comment
Comment #38515801
I'm not a fan of Windows but Stuxnet didn't happen because of Windows. Iran decided to spin up a nuclear program and Israel and the US had concerns and wanted to stop it. They had …
-
comment
Comment #38464470
I'll try my best to explain everything (trying to avoid too much security lingo, hopefully). A password manager is a big database of passwords. There is a master password that decr…
-
comment
Comment #38302383
Most providers had a semi-automated process that granted you permission to conduct your pentest (assuming you'd share any findings reg. their infra with them). In reality though, m…
-
comment
Comment #38301439
Reminded me of a funny story. Maybe a decade ago, when moving to the cloud was all the rage, my then employer decided to check whether the cloud was any good. Long story short, he …
-
comment
Comment #38127242
IIRC, Intel announced about a year later plans to develop something similar. That being said, at the time they didn't have a specific timeline.
-
comment
Comment #37657112
> I don't think OS becomes any less vulnerable than usual Linux/Windows installation. is not a good enough argument. For the story, SIP is Apple's "rootless". Effectively the OS ru…
-
comment
Comment #37430262
DEP is a Windows implementation of a non-executable stack, i.e., memory permissions that do not allow execution on specific pages. Depending on the situation, an attacker can e.g.,…
-
comment
Comment #37356934
My two cents reg. this. Creating backdoors that allow encryption schemes to be subverted is _fundamentally_ going to cause harm on the internet, and eventually fail the weakest use…
-
comment
Comment #36875738
In the above he's mentioning that Privacy features like user-agent reduction, IP reduction, preventing cross- site storage, and fingerprint randomization make it more difficult to …
-
comment
Comment #35538757
Uh the joys of PHP's type juggling. Fairly sure this bug is still present in many systems.
-
comment
Comment #35362870
You can target co-processors in general, e.g., here [1], thus I assume people do hack GPUs. Generally, the better we become in introducing mitigations, the more expensive attacks b…
-
comment
Comment #34828129
We actually have two libraries in the office :) The first library has, for the biggest part, engineering books. Everyone can order books and everyone can borrow them. Most modern b…
-
comment
Comment #33201623
> I like that they suggest better solutions I didn't think of. Although I don't write code full-time, when I do this is the part I enjoy more. People reviewing my code and coming u…
-
comment
Comment #32316905
For what it's worth, Meta offered me slightly after the hiring freeze was announced for a security engineer position (L4 IIRC). I'm interviewing with Google for Security Engineerin…
-
comment
Comment #32013219
Just adding to your comment, there is some VX activity here https://www.vx-underground.org/ . Some fun stuff still takes place in game hacking and jailbreaking (whether iOS devices…
-
comment
Comment #31152948
There's some theoretical background on how collision functions work. Generally, the assumption is that the hashing functions in cryptography meet the following: - Each input can be…