Embedded AI

Sensor Operations
• Problem: Phishing and malicious emails bypass filters, and users unknowingly click untrusted domains inside Outlook
• Solution: EVA hooks into Outlook UI with Windows UI Automation, monitors clicks on emails, extracts sender/domain/subject, and raises alerts for untrusted domains.
• Why Different: Unlike typical add-ins, EVA runs externally with UIA hooks, registry-driven configs, license validation, toast notifications, Windows Event Log entries, and syslog integration.
• Syslog Output Fields: Timestamp, User, Machine, SiteName, Sender Email, Sender Domain, Subject, Alert Reason, Severity. No email content is saved or analyzed
Host Resource Requirements
-
CPU: < 1%
-
Memory(RAM) < 50MB
-
Disk: < 1MB per day log writes
-
Network: < 1KB/s syslog traffic





