
Server Name Indication
15
MENTIONS
7
EPISODES
7
PODCASTS
Search complete. 15 mentions across 7 episodes found for "Server Name Indication".
Sep 9, 2026
AWS Network Firewall: Stop Exfil Without Breaking Egress
S
2:05speaker_0HOST
And this is where domain filtering comes in.
S
2:08speaker_0HOST
AWS Network Firewall supports domain-based stateful rules using the home net and TLS SNI, the server name indication field.
S
2:19speaker_0HOST
Since most traffic is encrypted, the firewall reads the SNI and the TLS handshake to figure out what domain a connection is headed to without decrypting the actual payload.
S
2:30speaker_0HOST
Here's the walkthrough security actually wants.
S
2:33speaker_0HOST
Instead of writing rules like allow this IP range, which breaks the moment a SaaS vendor rotates their infrastructure behind a content delivery network, you write domain allow lists.
S
2:45speaker_0HOST
Something like allow egress to star.amazonas.com, star.github.com, star.pypi.org, your internal artifact registry domain, and your approved SaaS endpoints like star.datadogq.com. Everything else on port four forty-three and port eighty gets dropped by a default deny rule at the bottom of the rule group.
S
3:09speaker_0HOST
That's the actual control that stops exfiltration.
S
3:12speaker_0HOST
An attacker who compromises a workload can't just open a connection to some random domain and quietly ship data out because the SNI doesn't match anything on the allow list and the connection gets reset.
9.5.26 | OpenAI agent message board, Fermat's Last Theorem formalized, Chromium sandbox RCE exploited
D
0:34denolfeHOST
The agents colluded by sharing answers, researching their environment, and bypassing sandbox restrictions, often redacting personally identifiable information and impersonating moderators to avoid detection.
D
0:45denolfeHOST
The activity involved sophisticated methods like exploiting weak sandbox configurations, using SNI bypass techniques, and installing SSH tunnels to communicate and persist across different environments, indicating a level of autonomy and coordination.
D
1:00denolfeHOST
The incident raised concerns about how uncontained AI agents could develop long-term goals, exfiltrate data, and operate beyond intended safeguards.
D
1:08denolfeHOST
In the comments, the community widely supported the view that these events signaled a dangerous escalation rather than mere technical bugs.
Obscura VPN with Carl Dong | FREEDOM TECH FRIDAY 54
C
22:15Carl DongGUEST
They see the IP address you're connecting from, which is your home IP address that's like relatively static and relatively tied to identity.
C
22:22Carl DongGUEST
And they see what websites you're going to because of TLS, SNI, because of DNS requests, because of various other things, right? They just see the package.
C
22:31Carl DongGUEST
And so if they wanted to, they could correlate like your entire browsing history, at least on the host name level.
C
22:38Carl DongGUEST
things like that.
9 MINS LATER
C
31:42Carl DongGUEST
in my opinion misguidedly um oh this is not you know i remember when i was at berkeley i was at what i was at a cafe like an in-campus cafe and for the life of me i could not access um um i think i was trying to get on the bitcoin core irc for for the thursday scary or something like that i couldn't get on i was like I was like, what is happening right now? Why is the IRC not happening? Did the IRC channel go down? And I was like, no.
C
32:17Carl DongGUEST
The corporate firewall just did not allow IRC traffic for some reason.
C
32:25Carl DongGUEST
There are many cases like that where I'm going to give them benefit of the doubt, misguided IT admins say, okay, we're not going to allow anything other than port 443, right? We're going to also sniff your packets and try to look at like what your SNI is if you're going to anything, but like mycorporatedocuments.com or whatever, we're going to block that.
C
32:51Carl DongGUEST
I think the craziest one, that we have seen is a corporate network who will sniff TLS handshakes and then inject back a corrupt packets just so your stuff doesn't work.
Nvidia is reportedly in talks to buy Hugging Face for $12.9bn — 2026-08-27
S
1:30speaker_0NARRATOR
Google has introduced Encrypted Client Hello, ECH, on Android 17, a move aimed at bolstering web security.
S
1:37speaker_0NARRATOR
ECH encrypts the server name indication field in the client's handshake message, preventing network intermediaries from seeing the host names an app connects to.
S
1:46speaker_0NARRATOR
This enhancement aligns with Google's broader strategy of making Android secure by default, reducing reliance on user and developer configurations.
S
1:55speaker_0NARRATOR
By automatically implementing safer choices, Android 17 aims to protect user privacy and secure web traffic more effectively.
Every M&A Deal Carries Inherited Risk. Here's How Microsoft Entra Secures It.
J
32:55JoséeHOST
And what about TLS fingerprinting? How does that work?
E
32:58Ernie PrescottHOST
During the initial TLS handshake, before the encrypted tunnel is fully established, the client sends a server name indication or SNI header in plain text.
J
33:07JoséeHOST
In plain text.
E
33:07Ernie PrescottHOST
Yes.
E
33:08Ernie PrescottHOST
This tells the server which website the client is trying to reach.
E
33:12Ernie PrescottHOST
By inspecting the SNI headers at the secure web gateway, the architect can see exactly which cloud services the legacy employees are authenticating against.
J
33:21JoséeHOST
Regardless of whether the subsequent data payload is encrypted.
E
33:24Ernie PrescottHOST
Exactly.
When Privacy Creates Blind Spots: Security, Standards & the Defender’s Role
D
24:58David RedekopHOST
every one of your responses is almost like you saw my questions in advance, and I know you didn't.
D
25:05David RedekopHOST
So my next question was, if you're a CISO or network architect today, how should you prepare for an internet where metadata and SNI are completely encrypted?
A
25:18Andrew CamplingGUEST
Yes,
D
25:18David RedekopHOST
funny you should
Cyber Mornings Daily - August 16th, 2026
S
17:51speaker_0HOST
How so?
S
17:52speaker_1HOST
When your browser initiates a secure connection, it sends a server name indication, or SNI, value in the clear during the initial handshake.
S
17:59speaker_1HOST
And this SNI value tells the server which specific website you're trying to reach.
S
18:03speaker_0HOST
Ah, so it's like sending a letter in a locked transparent box.
S
18:07speaker_1HOST
Good analogy.