Zabaware Support Forums

UltraHal 2026 New addon for ole hal : IronVault - Emergency Intrusion Backup System

Started by cyberjedi, June 07, 2026, 10:18:05 AM

Previous topic - Next topic

cyberjedi

Teaser



' ============================================================================
'  IronVault - Emergency Intrusion Backup System
'  Written in Visual Basic 6.0
'
'  Monitors Windows Security Event Log for brute-force login attempts.
'  On threshold breach, compresses Documents folder and ships it to a
'  remote machine via FTP, SMB, Raw TCP, or SFTP (WinSCP COM).
'But this is just a function, it could do anything at this point, Hal could even respond to this function Vocally . Or monitor any log u might want.
'F^^&kn vb6....... lolol, gotta love it
Attribute VB_Name = "modIronVault"
' ============================================================================
'  IronVault - Emergency Intrusion Backup System
'  Written in Visual Basic 6.0
'
'  Monitors Windows Security Event Log for brute-force login attempts.
'  On threshold breach, compresses Documents folder and Hal's Dbase and ships it to a
'  remote machine via FTP, SMB, Raw TCP, or SFTP (WinSCP COM).
'
'  ALL SETTINGS ARE HARDCODED BELOW - no config file required.
Transport failover order:
'    1. SMB  (Windows share - fastest, no server software)
'    2. FTP  (raw Winsock)
'    3. Raw TCP Socket
'    4. UDP  Chunked
'    5. HTTP POST (plain)
'    6. HTTPS POST (WinINet)
'    7. SMTP Email attachment
'    8. Named Pipe
'    9. WebSocket (via HTTP Upgrade)
'   10. SFTP (WinSCP COM - requires WinSCP installed)