HN user

arkadiyt

22,011 karma

https://twitter.com/arkadiyt

https://bsky.app/profile/arkadiyt.bsky.social

https://arkadiyt.com/about

Posts882
Comments425
View on HN
sfstandard.com 1mo ago

SF landlord killed tenant to clear Sunset home for sale, lawsuit alleges

arkadiyt
10pts1
abc7news.com 1mo ago

Bay Area mom out thousands after scammers use AI to mimic daughter's voice

arkadiyt
56pts22
arkadiyt.com 2mo ago

Removing the modem and GPS from my 2024 RAV4 hybrid

arkadiyt
1091pts585
arkadiyt.com 2mo ago

Removing the Modem and GPS from My 2024 RAV4 Hybrid

arkadiyt
10pts0
blog.calif.io 3mo ago

"cat readme.txt" is not safe if you use iTerm2

arkadiyt
318pts185
www.bleepingcomputer.com 4mo ago

LexisNexis confirms data breach as hackers leak stolen files

arkadiyt
9pts1
gizmodo.com 5mo ago

Reddit, Meta, & Google Voluntarily Gave DHS Info of Anti-ICE Users, Report Says

arkadiyt
60pts8
confer.to 6mo ago

Making end-to-end encrypted AI chat feel like logging in

arkadiyt
9pts0
www.computerworld.com 11mo ago

LLMs suggest women seek lower salaries than men in job interviews

arkadiyt
3pts1
www.cnet.com 12mo ago

Tea App Users' Faces and IDs Reportedly Posted to 4chan in Security Breach

arkadiyt
46pts2
www.theverge.com 1y ago

Anker comes clean about its Eufy security cameras (2023)

arkadiyt
5pts1
futurism.com 1y ago

Facebook Detected When Teen Girls Deleted Selfies So It Could Serve Beauty Ads

arkadiyt
5pts0
sourcecodered.com 1y ago

Snyk security researcher deploys malicious NPM packages targeting cursor.com

arkadiyt
574pts312
techcrunch.com 1y ago

Fidelity says data breach exposed personal data of 77,000 customers

arkadiyt
3pts0
www.wired.com 1y ago

Therapy Sessions Exposed by Mental Health Care Firm's Unsecured Database

arkadiyt
1pts0
www.wired.com 1y ago

Therapy Sessions Exposed by Mental Health Care Firm's Unsecured Database

arkadiyt
2pts0
www.reuters.com 1y ago

White House asks agencies to step up internet routing security efforts

arkadiyt
124pts55
19thnews.org 1y ago

Would you trust AI to scan your genitals for STIs?

arkadiyt
12pts19
www.motortrend.com 1y ago

Ford patents in-car system that eavesdrops so it can play you ads

arkadiyt
158pts152
knightcolumbia.org 1y ago

Federal Court Says Warrant Required for Device Searches at the Border

arkadiyt
2pts1
9to5mac.com 2y ago

Trump shooter used Samsung Android phone; cracked by Cellebrite in 40 minutes

arkadiyt
8pts1
www.bloomberg.com 2y ago

Justice Department to Charge Boeing

arkadiyt
3pts0
arstechnica.com 2y ago

One of the major sellers of detailed driver behavioral data is shutting down

arkadiyt
3pts0
www.theverge.com 2y ago

Windows won't take screenshots of everything you do after all, unless you opt in

arkadiyt
6pts1
www.theregister.com 2y ago

Millions forced to use brain as OpenAI's ChatGPT takes morning off

arkadiyt
24pts3
lyra.horse 2y ago

Exploiting V8 at OpenECSC

arkadiyt
6pts0
www.cnn.com 2y ago

Cyberattack forces US health care network to divert ambulances from hospitals

arkadiyt
36pts16
www.assetnote.io 2y ago

Digging for SSRF in NextJS Apps

arkadiyt
1pts0
www.sfgate.com 2y ago

Adam Schiff's bags stolen from parked car in San Francisco

arkadiyt
2pts1
twitter.com 2y ago

Meta AI lies about knowing your location

arkadiyt
2pts0

For anyone unaware, a SOC3 is just a SOC2 with the audit details removed - it includes a high level statement from the company (Apple) and from the auditor (EY), that's it.

Also Apple certainly does invest heavily in security and privacy but SOC2's are so commoditized that it's like saying "look I can afford 50k", it's not particularly interesting

There's still a fuse for the DCM even in this car but:

- It has an internal battery and will keep running for quite a while after pulling the fuse. This is a safety feature in case you get in a crash that disconnects the 12V battery

- It will break your in-car microphone as discussed. Repairing that requires opening up the dash

- That won't do anything for disconnecting the GPS antenna

When I removed the DCM the in-car microphone stopped working, but I bought one of these to get it working again: https://www.autoharnesshouse.com/store/AHH-DCM77.

Also even with no modem, if you use CarPlay on your phone _via Bluetooth_ then the car will just use your phone's internet connection, so I only use CarPlay via a wired USB connection.

Aside from that the car works great, everything is 100% functional. I suppose I don't get OTA updates, which I'm fine with.

I don't need something to protect the privacy of others from me, I need something to protect my privacy from others. The majority of people who use smart glasses are not going to be using this - where is the product that will protect me from them?

If using a non-FS key exchange (like RSA) then the value that the session key is derived from (the pre-master secret) is sent over the wire encrypted using the server's public key. If that session is recorded and in the future the server's private key is obtained, it can be used to decrypt the pre-master secret, derive the session key, and decrypt the entire session.

If on the other hand you use a FS key exchange (like ECDHE), and the session is recorded, and the server's private key is obtained, the session key cannot be recovered (that's a property of ECDHE or any forward-secure key exchange), and none of the traffic is decryptable.

does a 4096 not give you more security against passive capture and future decrypting?

If the server was using a key exchange that did not support forward secrecy then yes. But:

    % echo | openssl s_client -connect rachelbythebay.com:443 2>/dev/null | grep Cipher
    New, TLSv1.2, Cipher is ECDHE-RSA-AES256-GCM-SHA384
    Cipher    : ECDHE-RSA-AES256-GCM-SHA384

^ they're using ECDHE (elliptic curve diffie hellman), which is providing forward secrecy.

Make an RSA key of 4096 bits. Call it your personal key.

This is bad advice - making a 4096 bit key slows down visitors of your website and only gives you 2048 bits of security (if someone can break a 2048 bit RSA key they'll break the LetsEncrypt intermediate cert and can MITM your site). You should use a 2048 bit leaf certificate here

It's a common bypass of server side request forgery filtering. Backends will try to validate that a user-submitted url doesn't resolve to an internal IPv4 address, but they'll happily allow an IPv6 mapped version for the same IPv4 address.

We had some employees using travel routers to bypass company policies around working abroad, taking laptops to China, etc. If you want to detect that sort of thing you could consider adding detection rules in your SIEM for connections to your company VPN from an ip address that is itself associated with another/commercial VPN. It won't catch people connecting to VPN servers offered through their home router, but it's something.

They weren't charged for having deficiencies, they were charged for knowing about their deficiencies and lying about them:

SolarWinds allegedly misled investors by disclosing only generic and hypothetical risks at a time when the company and Brown knew of specific deficiencies in SolarWinds’ cybersecurity practices as well as the increasingly elevated risks the company faced at the same time.

it makes me wonder if archive.today wants exact client IP addresses for some other unstated reason

They still get the client ip from the request to the service itself (unless you're using a VPN, but if you're using a VPN then archive wouldn't get your ip from your DNS request either).