NPUs and the Future of Endpoint Security jbower, September 23, 2023May 1, 2024 With the news that Intel is in the works to release their first NPU chips in the coming year. I thought it would be interesting to see how this could disrupt how cyber security is handled on the endpoint. For those of you who don’t know, an NPU is a “Neural Processing Chip.” Think of a GPU that is built into the CPU. Obviously, the NPU won’t be nearly as powerful as a full-blown GPU, but it still opens up the possibility to do some really cool things.In the security realm, protecting endpoint devices is paramount to protecting an organization as a whole. So, how might we use NPUs to help accomplish this? Here’s what I’m thinking: Imagine creating an online anomaly detection model for malicious DNS requests that runs on the endpoint itself, like a user’s laptop. Using an online model would allow us to continuously update our endpoint model from a baseline of, say, 90 days. This would help us deal with data drift and just be fun. As anomalies in DNS are found, they are sent to larger external models elsewhere.Having more “personalized” models for individual users is a pretty cool approach, as it reduces the large compute resources that traditional anomaly detection uses. NLP
NLP What is Natural Language Processing (NLP)? January 23, 2012April 24, 2023So what is Natural Language Processing anyways? Well friend, Natural language processing (NLP) is a subfield of computer science and artificial intelligence that deals with the interaction between computers and humans using natural language. NLP involves the use of algorithms, machine learning models, and statistical methods to process and analyze… Read More
NLP Understanding State-Space In Relation To Anomaly Detection Now June 7, 2015July 2, 2024Introduction State-space algorithms are effectively applied in anomaly detection within the domain of cybersecurity by modeling the normal and potentially abnormal behaviors of a system as states and transitions. Here’s how the concept is applied: Application in Anomaly Detection Defining States In cybersecurity, a state represents the condition or status… Read More
NLP Applying Game Theory For Use In Cyber Deception June 28, 2019November 9, 2023The idea of using game theory to “manipulate” an attacker implies influencing their strategic choices to our advantage. Here are my thoughts on how game theory might benefit us in such an attempt: Read More