← Latest papers
💻 computer science

A microservices-based endpoint monitoring platform with predictive NLP models for real-time security and hate-speech risk alerting

This paper proposes a scalable, microservices-based platform that integrates endpoint telemetry with predictive NLP models to provide real-time, unified alerting for data leakage, suspicious behavior, and hate speech.

Original authors: Darlan Noetzold, Anubis Graciela De Moraes Rossetto, Juan Francisco De Paz Santana, Valderi Reis Quietinho Leithard

Published 2026-05-13
📖 4 min read☕ Coffee break read

Original authors: Darlan Noetzold, Anubis Graciela De Moraes Rossetto, Juan Francisco De Paz Santana, Valderi Reis Quietinho Leithard

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a busy office building where employees use computers to do their jobs. The company wants to protect its secrets (like customer data) and ensure everyone is treated with respect (no bullying or hate speech). However, checking every single computer manually is impossible, and existing security tools often work in silos—one tool checks for stolen data, while another checks for bad language, but they never talk to each other.

This paper presents a new, unified "smart security guard" system designed to solve this problem. Here is how it works, broken down into simple parts:

1. The "Digital Bodyguard" (The Spyware Agent)

Think of the software installed on each employee's computer as a silent, digital bodyguard. It doesn't just watch; it listens and looks at everything happening on the screen.

  • What it does: It keeps a log of every key you type, watches the websites you visit, checks what programs are running, and even takes a quick "snapshot" of your screen if something looks suspicious.
  • The Magic: It's incredibly light. The paper claims this bodyguard is so efficient that it uses less than 1% of your computer's power. It's like having a security guard who is so quiet and fast they don't even make the floor creak.

2. The "Central Command" (The Microservices Platform)

All the information from these digital bodyguards needs to go somewhere to be analyzed. The authors built a "Central Command" using a microservices architecture.

  • The Analogy: Imagine a busy airport. Instead of one giant control tower trying to handle every plane, landing, and passenger at once, you have specialized teams: one team handles luggage, another handles fuel, and another handles security. They all talk to each other instantly.
  • How it works here: The system uses a "messenger" (RabbitMQ) to pass notes between these specialized teams and a "fast memory shelf" (Redis) to keep things moving quickly. This ensures that even if thousands of employees are sending data at once, the system doesn't crash or slow down.

3. The "Language Detective" (Predictive NLP Models)

This is the most unique part of the system. The "bodyguard" catches typed words and sends them to a Language Detective.

  • The Job: The detective reads the text to see if it contains hate speech, bullying, or offensive language.
  • The Tools: The system uses three different types of "detectives" (Logistic Regression, Support Vector Machines, and Multinomial Naive Bayes) trained on millions of examples of text in English, Spanish, and Portuguese.
  • The Backup Plan: If the standard detectives are unsure, the system calls in a "Super Detective" (GPT-3) to double-check. If the Super Detective finds something the others missed, the system learns from it for next time.
  • The Result: The paper reports that these detectives are about 87% accurate at spotting hate speech.

4. The "Alarm System" (Real-Time Alerts)

When the system spots a problem—like someone trying to steal a file or typing a hateful message—it doesn't wait.

  • The Process: It instantly calculates a "risk score." If the score is high enough, it triggers an alarm.
  • The Evidence: It doesn't just say "Something is wrong." It saves the evidence: a list of running programs, the screen snapshot, and the specific text, all packaged together.
  • The Dashboard: A manager can log into a web dashboard to see these alerts in real-time. They can filter by who, when, or what type of problem occurred.

5. The "Proof of Integrity" (Security Features)

The paper emphasizes that this system is built to be trustworthy and secure.

  • Tamper-Proof: If an alert is generated, the system creates a digital "fingerprint" (a cryptographic hash) for it. This is like sealing an envelope with wax; if anyone tries to open or change the contents later, the seal breaks, and the system knows the evidence has been tampered with.
  • Safety Checks: The authors tested the system against hackers trying to break in (using SQL injection and other tricks). The system successfully blocked these attacks, proving it is safe to use.

The Bottom Line

The paper claims to have built a single, all-in-one platform that does two things at once:

  1. Protects Data: Stops people from stealing sensitive information.
  2. Protects People: Stops hate speech and harassment in the workplace.

The authors tested this system and found it to be fast (responding in less than a second), lightweight (not slowing down computers), and accurate (catching most bad behavior). They argue that by combining these tools, companies can create a safer, more secure, and more inclusive workplace without needing a dozen different, clunky software programs.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →