AI in IT: How to Use ChatGPT Without Leaking Confidential Data
OpenAI
Anthropic
Google/DeepMind
xAI
Meta
AI assistants like ChatGPT, Claude, and Gemini have become essential tools for IT professionals, but many inadvertently expose sensitive corporate data by pasting logs and configs into chat. A recent Malwarebytes report revealed that publicly shared Claude chats were indexed by Google and Bing, exposing keys and personal data. The article recommends using local anonymization tools like the author's open-source Config Anonymizer to strip sensitive data before sharing with AI.
AI has transformed IT work, with engineers, admins, and SOC analysts using tools like ChatGPT, Claude, and Gemini daily for tasks like analyzing logs and configs. However, the practice of pasting entire logs or network configs into chat services can leak internal IPs, server names, domains, tokens, and other sensitive data. A specific incident from July 28, 2026, reported by Malwarebytes, showed that public chat shares from Claude were indexed by Google and Bing, leaking crypto keys, PII, and corporate info. Banning AI at the proxy level is ineffective; instead, companies should deploy local AI or engineers should sanitize data before sending. The author developed a Python-based, offline tool called Config Anonymizer that parses configs from Cisco, Fortinet, and others, replacing IPs and hostnames while preserving structure, with a MAX mode adding salt for additional security. The tool is open-source on GitHub.
- Сокращения
- SOC = Security Operations Center — центр обеспечения безопасности
- ACL = Access Control List — список контроля доступа
- VPN = Virtual Private Network — виртуальная частная сеть
- SNMP = Simple Network Management Protocol — простой протокол управления сетью
- LDAP = Lightweight Directory Access Protocol — облегчённый протокол доступа к каталогам
- PII = Personally Identifiable Information — персональные данные
- API = Application Programming Interface — программный интерфейс приложения
Source: Habr — хаб ИИ —
original
