General
What is T-Guard?
What is T-Guard?
Where can I find T-Guard's source code and documentation?
Where can I find T-Guard's source code and documentation?
- Documentation: T-Guard Documentation
- Source Code: Nusantara Repository on GitHub — containing setup codes and scripts for T-Guard components.
Who maintains T-Guard?
Who maintains T-Guard?
Where can I get community support?
Where can I get community support?
Installation & VM Tuning
What are the prerequisites for installing T-Guard V2.2?
What are the prerequisites for installing T-Guard V2.2?
- A clean Linux system (highly recommended Ubuntu Live Server 24.04 LTS).
- Minimum Guest VM resource allocation:
- Minimum (Trial): 4 vCPU, 8 GB RAM, 150 GB Storage
- Standard (Production): 8 vCPU, 16 GB RAM, 250 GB Storage
- A Static/Dedicated IP Address is mandatory because the IP detection is performed once during installation and is hardcoded directly into the system integration.
- Your physical host machine is recommended to have at least +2 vCPUs and +4 GB RAM above the VM allocation limits to prevent the hypervisor from locking up the host OS.
What performance tuning is mandatory on VirtualBox?
What performance tuning is mandatory on VirtualBox?
- Paravirtualized Network (virtio-net): Allows the VM’s network interface to communicate directly with the physical host machine without a slow hardware-emulation layer, mempacking log transmission delays.
- Enable Host I/O Cache: Enables the physical host’s RAM caching on the SATA Controller to drastically improve the VM’s disk read/write performance.
What internal SOC firewall ports must be opened?
What internal SOC firewall ports must be opened?
443: Wazuh Dashboard Web Access Portal1443: MISP Threat Intelligence Central Hub8443: DFIR-IRIS Incident Response Web Application5678: n8n SOAR Workflow Engine Interface55000: Wazuh Manager API Communication Line1514/1515: Wazuh Agent Enrollment & Secure Data Exchange Channels
What are the main installation steps via CLI?
What are the main installation steps via CLI?
[1] Full Installation menu option. Within the guided wizard:- Select SOAR Engine:
n8n (Lightweight, Highly Recommended). - Advanced Config: Select
NOto automatically deploy the entire system using optimized default settings. - Enter your VirusTotal API Key if you select
YES. - Confirm the setup by selecting
Yes, start deployment!.
How do I complete the T-Guard integration parameters after installation?
How do I complete the T-Guard integration parameters after installation?
[2] Integrate Manual (Configure APIs) menu to enter the following parameters:- Wazuh SIEM: Configure the host Manager URL and the secure API Password.
- IRIS DFIR: Link your IRIS base URL (
https://<IP>:8443) and the unique integration token generated from Profile -> My Settings -> API Key inside the IRIS dashboard. - MISP Intel: Link your local MISP hub URL (
https://<IP>:1443) and the administrative authorization key retrieved from the MISP console under Administration -> List Auth Keys. - n8n Engine & VirusTotal: Enter your n8n orchestration engine gateway URL (
http://<IP>:5678) along with the VirusTotal verification key.
What are the default system credentials used for?
What are the default system credentials used for?
- Wazuh:
admin|SecretPassword - DFIR-IRIS:
administrator|MySuperAdminPassword! - MISP:
admin@admin.test|admin - n8n: Register your own administrative master account on your first visit at port
5678.
Troubleshooting
Why have all my integrated dashboards lost connection access?
Why have all my integrated dashboards lost connection access?
[2] Integrate Manual menu, and update all component URL fields with your new IP address.Why am I encountering an invalid SSL certificate warning in my browser?
Why am I encountering an invalid SSL certificate warning in my browser?
SOC Components
What is the role of Wazuh in this SOC stack?
What is the role of Wazuh in this SOC stack?
What is the functionality of IRIS within the SOC ecosystem?
What is the functionality of IRIS within the SOC ecosystem?
What is the role of n8n in this SOC architecture?
What is the role of n8n in this SOC architecture?
What is the role of MISP in the T-Guard SOC?
What is the role of MISP in the T-Guard SOC?
Security Workflow & PoC Simulation
Which automation playbooks are directly injected into n8n?
Which automation playbooks are directly injected into n8n?
[4] Inject n8n Workflows menu option, the system automatically pushes 4 essential blueprint automation templates into your n8n instance:- Master Triage: Ingests raw alerts from the Wazuh Webhook, parses operational IOC values, and branches the data into enrichment, ticketing, and alerting nodes.
- IP Enrichment & Anti-Dupe: Filters recurring source IPs to check for duplicates and performs real-time reputation queries against the VirusTotal cloud engine.
- IRIS Incident Response Anti-Dupe: Queries active cases in IRIS; if the ticket already exists, it appends a new structural note, otherwise, it provisions a clean case profile.
- Notification Dispatcher: Compiles a final incident summary and dispatches instant security messages to the team’s group channel using the built-in Telegram node.
How do I verify the SOC setup using the Proof of Concept (PoC) simulations?
How do I verify the SOC setup using the Proof of Concept (PoC) simulations?
[3] PoC (Proof of Concept) Simulation menu, selecting your target loopback IP (127.0.0.1), and triggering three core scenarios:- SSH Brute Force: Simulates an external password-guessing attack by generating 10 invalid login rounds to trigger security alerts like “Password Guessing, SSH”.
- EICAR Malware Test: Drops an industry-standard EICAR malware string file into monitored server directories to verify real-time FIM alerts and automated scoring from 61 antivirus engines.
- Web Defacement Detection: Modifies website file indices to trigger critical alerts for “Stored Data Manipulation” and cross-examine cryptographic differences (Old md5sum vs New md5sum).
Does T-Guard V2.2 support a clean uninstall utility?
Does T-Guard V2.2 support a clean uninstall utility?
[6] Uninstall script. This option safely terminates all active security containers, purges temporary deployment certificates, clears mapped network ports, and returns your clean Ubuntu Server environment to its original state.What’s New
Update T-Guard v2.2
Update T-Guard v2.2
