HN user
jeffmcjunkin
Information security professional living in Southern Oregon. Forensics, incident response, and networking interest me most.
Can confirm. Matching decompilation in particular (where you match the compiler along with your guess at source, compile, then compare assembly, repeating if it doesn't match) is very token-intensive, but it's now very viable: https://news.ycombinator.com/item?id=46080498
Of course LLMs see a lot more source-assembly pairs than even skilled reverse engineers, so this makes sense. Any area where you can get unlimited training data is one we expect to see top-tier performance from LLMs.
(also, hi Thomas!)
Can confirm.
I absolutely agree that Microsoft could do better, but they are making progress in removing support entirely for broken (from a security perspective) older protocols such as NTLMv1 (which uses DES as well: more here -- https://bit.ly/crackingntlmv1) and SMB1.
The financial incentives drive Microsoft to support every possible (mis)configuration, forever. It's the tireless work of a few folk at Microsoft like Ned Pyle, Steve Syfus, and Mark Morowczynski that have landed the changes so far.
There could absolutely be a "security check" tool deployed by default with Server 2025 or similar that looks for Kerberoastable user accounts (any account with a ServicePrincipalName is technically Kerberoastable, like computer accounts), AS-REP roastable accounts, weak encryption types, etc. That would probably get more traction than changing defaults out of the box for everyone, as that's another way to phrase "breaking customer environments when they upgrade".
The RC4 encryption type correlates to the DES hash (more commonly the "NT" hash), so PingCastle has the right warning.
KeySavvy is the normal workaround for this. $99 extra cost to both sides for them to handle the title verification and shipping, and to act as the dealer to make it qualify for EV credits.
Thank you, this was affecting me too.
From https://personal.math.ubc.ca/~CLP/about/ :
For various reasons we have christened these notes “CLP” - none of those reasons can be found [here](https://en.m.wikipedia.org/wiki/CLP)
Presumably it's an inside joke or something.
Recently, yes :)
https://www.cnn.com/2023/08/06/us/oregon-drivers-pump-own-fu...
We don't advance as a society unless people ask new questions. Having folk willing to spend some time answering those questions (in public, no less!) helps others. It's really, really damn hard to predict how advancements in one area can help another.
All that said, thanks for your interesting new question, and thanks for spending time on it :D
Title needs a small fix, it should be `ping ff02::1` (with two colons) to be a valid IPv6 address, match the actual command, and match the original title.
FWIW I've heard the term "dark fiber" used in both ways as well. Whenever there's ambiguity in jargon, I just avoid that jargon and use more words to describe the actual concept.
That helps with "we've encrypted your data; pay us for the key" but doesn't help you with "we've made copies of your patient records, leadership's emails; pay us or we publish it all".
The phrase to describe this is double extortion.
As for your question, https://www.cisa.gov/stopransomware is a decent start, but it's a complicated issue. In short, if a pentester can get inside your environment and gain privileges, so can an attacker. You want to slow down attackers enough to buy time for detection and response capabilities.
Sorry, it was alluded to elsewhere: https://infosec.exchange/@iagox86/112045097519922098
There's more to the story that Rapid7 didn't want to air publicly, and none of it is good for JetBrains.
Yup, silently patching (like JetBrains did) has a lot of downsides. Let alone the deception from JetBrains to the Rapid7 team.
(Disclosure: I know some of the folk on the Rapid7 side, so I'm perhaps biased towards their interpretation of events)
For whatever reason, Domain Fronting is considered more of an attack behavior, used by red teamers and penetration testers. Doubling down on that behavior likely didn't seem as appealing from a PR perspective.
Ahem, that's _9000_.
Nearly 100% have on-prem AD (full name: "Active Directory: Domain Services"). Azure AD is a separate identity provider -- to a first approximation it's HTTPS and cookies, not Kerberos, LDAP, and Ticket-Granting Tickets that we see on-prem.
In contrast, the vast majority of companies with Azure AD also have on-prem AD (full name: "Active Directory: Domain Services") with some type of synchronization between them. Usually this amounts to having an on-prem service that shleps password hashes (technically salted, stretched hashed versions of the on-prem hashes) to Azure.
Smart cards are essentially a big Secure Enclave themselves.
The whole point of a smart card (same as a military CAC, and almost the same as a TPM chip on computers) is to sign operations using the private key, without allowing export of that private key. They're still made of atoms, like all objects, and susceptible to physical key extraction attacks.
Title doesn't quite fit, how about this instead?
"Privilege escalation with polkit: Rooting Linux with a 7-year-old bug"
Bugs get patched. Features are protected, and sometimes simultaneously abused. Thank you!
It strongly implies that the vendor was thoroughly compromised, in order to insert backdoors into their software (possibly amongst other attacker actions).
Oregonian here. I joke that we're the Canadians of the United States.
"Sorry" in regular conversation is a social nicety, very different from a sincere apology, even though the sincere apology may incorporate that same word.
Despite that list, it actually works against much older devices. I've ran it with a T2i, for example, which is like three generations older than they officially support.
Exactly this. Much like the Volatility Framework's psscan[1] module.
[1] https://github.com/volatilityfoundation/volatility/wiki/Comm...
Releasing in September: https://www.amd.com/en/products/cpu/amd-ryzen-9-3950x
:)
You're not far from agreeing with each other: (74 megabytes per second) / (1 gigabit per second) = 59.2 percent
"Rolling snake eyes" means rolling two ones on six-sided dice. In many games that's a bad throw, as it only adds to two out of a possible twelve.
I was recently affected by my an aftermarket NVMe SSD: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184
tl;dr -- add `nvme_core.default_ps_max_latency_us=0` to /etc/default/grub in the GRUB_CMDLINE_LINUX_DEFAULT parameter, run `update-grub`, reboot. Verify with `sudo nvme get-feature -f 0x0c -H /dev/nvme0`.
Totally agreed that this shouldn't happen. I hope that's your issue.