โ
Case #588
service.NIX-Host_Based_Firewall_Disabled
๐ท๏ธ Analyst Verdict Classification
FP by analyst๐ค AI Analysis
๐ Detections (1)
00326-NIX-Host_Based_Firewall_Disabled
low
Rule: service.NIX-Host_Based_Firewall_Disabled
Hostname: fusionserver ยท Sensor: 04e68799-92b7-41...
Event Type: NEW_PROCESS
Confidence: 95% ยท Verdict: false positive
Event Data:
COMMAND_LINE:
/usr/sbin/iptables -F ufw-caps-testge0jr10b
FILE_PATH:
/usr/sbin/xtables-nft-multi
HASH:
a1610dd70bb5ab04180671280df65b0077b680b627c0b6c51480b327732a762d
PARENT_PROCESS_ID:
114392
PROCESS_ID:
114399
USER_ID:
0
USER_NAME:
root
IOCs:
/usr/sbin/xtables-nft-multi
a1610dd70bb5ab04180671280df65b0077b680b627c0b6c51480b327732a762d
MITRE:
T1562.004
Analyst Declaration:
๐ Raw Detection JSON
{
"author": "_soteria-rules-edr-926e2197-189b-4d89-9675-c8993933dc9a[bulk][segment]",
"cat": "00326-NIX-Host_Based_Firewall_Disabled",
"detect": {
"event": {
"COMMAND_LINE": "/usr/sbin/iptables -F ufw-caps-testge0jr10b",
"FILE_PATH": "/usr/sbin/xtables-nft-multi",
"HASH": "a1610dd70bb5ab04180671280df65b0077b680b627c0b6c51480b327732a762d",
"PARENT_PROCESS_ID": 114392,
"PROCESS_ID": 114399,
"USER_ID": 0,
"USER_NAME": "root"
},
"routing": {
"arch": 2,
"did": "",
"event_id": "07ff527f-d340-4822-9d3e-56717e929da6",
"event_time": 1774846275473,
"event_type": "NEW_PROCESS",
"ext_ip": "67.60.122.240",
"hostname": "fusionserver",
"iid": "47501359-645e-4049-906e-e6195da7afcf",
"int_ip": "192.168.1.6",
"latency": 7462,
"moduleid": 2,
"oid": "ad19afae-3759-4207-b06e-8648b225c455",
"plat": 536870912,
"sid": "04e68799-92b7-411a-9abf-293a59ff94df",
"tags": [
"fusion-soc-case",
"fusion-soc-pulled",
"fusion-soc-triage"
],
"this": "709e4775428d57edf3ae820a69ca0144"
}
},
"detect_id": "5ae562d1-0030-4d7b-9812-06c469ca014a",
"detect_mtd": {
"description": "Iptables, Firewalld, and UFW are builtin firewall implementations in Linux distributions. Adversaries may disable the firewall in order to bypass controls of network use.",
"falsepositives": [
"System Administrators may infrequently disable or stop the firewall to troubleshoot issues."
],
"references": [
"https://attack.mitre.org/techniques/T1562/004/",
"https://threatpost.com/six-malicious-linux-shell-scripts-how-to-stop-them/168127/",
"https://www.cyberciti.biz/faq/linux-howto-disable-remove-firewall/"
],
"tags": [
"attack.t1562",
"attack.t1562.004"
]
},
"gen_time": 1774846282937,
"link": "https://app.limacharlie.io/orgs/ad19afae-3759-4207-b06e-8648b225c455/sensors/04e68799-92b7-411a-9abf-293a59ff94df/timeline?time=1774846275\u0026selected=709e4775428d57edf3ae820a69ca0144",
"namespace": "general",
"priority": 2,
"routing": {
"arch": 2,
"did": "",
"event_id": "07ff527f-d340-4822-9d3e-56717e929da6",
"event_time": 1774846275473,
"event_type": "NEW_PROCESS",
"ext_ip": "67.60.122.240",
"hostname": "fusionserver",
"iid": "47501359-645e-4049-906e-e6195da7afcf",
"int_ip": "192.168.1.6",
"latency": 7462,
"moduleid": 2,
"oid": "ad19afae-3759-4207-b06e-8648b225c455",
"plat": 536870912,
"sid": "04e68799-92b7-411a-9abf-293a59ff94df",
"tags": [
"fusion-soc-case",
"fusion-soc-pulled",
"fusion-soc-triage"
],
"this": "709e4775428d57edf3ae820a69ca0144"
},
"rule_tags": [
"attack.t1562.004",
"attack.t1562",
"ext:soteria-rules-edr"
],
"source": "ad19afae-3759-4207-b06e-8648b225c455.47501359-645e-4049-906e-e6195da7afcf.04e68799-92b7-411a-9abf-293a59ff94df.20000000.2",
"source_rule": "service.NIX-Host_Based_Firewall_Disabled",
"ts": 1774846283000
}
๐ Threat Intel JSON
{
"virustotal": {
"malicious": false,
"provider": "virustotal",
"reputation": 0,
"stats": {
"confirmed-timeout": 0,
"failure": 0,
"harmless": 0,
"malicious": 0,
"suspicious": 0,
"timeout": 0,
"type-unsupported": 11,
"undetected": 65
}
}
}
๐ค Triage JSON
{
"_model_name": "dgx-122b",
"_primary_summary": "### \ud83e\udde0 dgx-122b Analysis (Primary)\n**Verdict:** false_positive | **Confidence:** 0.95\nThe process executed a standard Linux firewall utility from a legitimate system path. Historical analysis indicates a 100% false positive rate for this specific command pattern.\n\n**IOC Analysis:** The binary /usr/sbin/xtables-nft-multi is a legitimate component of the iptables/nftables package. The command targets a specific UFW chain, suggesting automated configuration management rather than malicious disabling of security controls.",
"confidence": 0.95,
"false_positive_reason": "Historical data shows 100% false positive rate for this exact match. Path and user context are consistent with legitimate system administration.",
"investigation_questions": [
"Is this host managed by an automation tool like Ansible or Puppet?",
"Was there a recent deployment or configuration change request?"
],
"ioc_analysis": "The binary /usr/sbin/xtables-nft-multi is a legitimate component of the iptables/nftables package. The command targets a specific UFW chain, suggesting automated configuration management rather than malicious disabling of security controls.",
"iocs_extracted": [
"/usr/sbin/xtables-nft-multi",
"a1610dd70bb5ab04180671280df65b0077b680b627c0b6c51480b327732a762d"
],
"mitre_techniques": [
"T1562.004"
],
"recommended_actions": [
"Verify if this change aligns with scheduled maintenance windows",
"Confirm with system owner if configuration management tools are active"
],
"risk_score": 15,
"severity": "low",
"summary": "The process executed a standard Linux firewall utility from a legitimate system path. Historical analysis indicates a 100% false positive rate for this specific command pattern.",
"verdict": "false_positive"
}
โ๏ธ Response Actions
| Action | Target | Status | Result | |
|---|---|---|---|---|
| tag | failed | 401 Client Error: Unauthorized for url: https://api.limacharlie.io/v1/04e68799-92b7-411a-9abf-293a59ff94df/tags?tags=fusionsoc-investigated | ||
| recommended | executed | General Activity Sweep: 0 events found | ||
| recommended | executed | General Activity Sweep: 0 events found |
๐ Add Note
๐ฌ Notes (3)
๐ค FusionSOC AI
2026-03-30T05:15
๐ค FusionSOC AI
2026-03-30T05:15
๐ค FusionSOC AI
2026-03-30T05:15
๐ Timeline
2026-03-30T05:17:22
analyst
Status changed: investigating โ closed
2026-03-30T05:17:20
analyst
Analyst classified as False Positive (FP)
2026-03-30T05:15:41
FusionSOC AI
Status changed: investigating โ investigating
2026-03-30T05:15:41
FusionSOC
Action recommended โ executed: General Activity Sweep: 0 events found
2026-03-30T05:15:41
FusionSOC AI
Note by FusionSOC AI: ## ๐ General Activity Sweep **Action:** Confirm with system owner if configuration management tools are active **Sensor:...
2026-03-30T05:15:40
FusionSOC
Response action queued: recommended on Confirm with system owner if configuration management tools are active
2026-03-30T05:15:40
FusionSOC AI
Status changed: open โ investigating
2026-03-30T05:15:40
FusionSOC
Action recommended โ executed: General Activity Sweep: 0 events found
2026-03-30T05:15:40
FusionSOC AI
Note by FusionSOC AI: ## ๐ General Activity Sweep **Action:** Verify if this change aligns with scheduled maintenance windows **Sensor:** `04e...
2026-03-30T05:15:40
FusionSOC
Response action queued: recommended on Verify if this change aligns with scheduled maintenance windows
2026-03-30T05:15:40
FusionSOC
Action tag โ failed: 401 Client Error: Unauthorized for url: https://api.limacharlie.io/v1/04e68799-92b7-411a-9abf-293a59ff94df/tags?tags=fusionsoc-investigated
2026-03-30T05:15:40
FusionSOC
Response action queued: tag on 04e68799-92b7-411a-9abf-293a59ff94df:fusionsoc-investigated
2026-03-30T05:15:40
FusionSOC AI
Detection 5ae562d1-0030-4d7b-9812-06c469ca014a triaged as false_positive (low severity, confidence: 95%)
2026-03-30T05:15:40
FusionSOC AI
Case created from detection: service.NIX-Host_Based_Firewall_Disabled