From 8bc7b50e3d9468f7688a85fbfaf14ca9c7ab18e8 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:41:42 -0500 Subject: [PATCH] wording --- blog/posts/zero-trust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/zero-trust.md b/blog/posts/zero-trust.md index 1207716d..adbf8126 100644 --- a/blog/posts/zero-trust.md +++ b/blog/posts/zero-trust.md @@ -65,7 +65,7 @@ How does an attacker get past the network boundary though? ### Virus -It's happened to us all at some point. Either through a malicious link, or maybe a malicioud program masquerading as a legitimate one, there's any number of ways a "trusted" machine can get infected with malware. +It's happened to us all at some point. Either through a malicious link, or maybe a fake program masquerading as a legitimate one, there's any number of ways a "trusted" machine can get infected with malware. Once it is, as soon as that user connects to the network, it's open season to infect other devices on the network, access sensitive data, and cause all kinds of damage.