All MIBs › CHECKPOINT-MIB › teStatusCode
teStatusCode
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::teStatusCode
OID (numeric): 1.3.6.1.4.1.2620.1.49.101
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Threat-Emulation Status code
What is teStatusCode?
Threat Emulation is Check Point's sandboxing engine that runs suspicious files in a virtual machine to see whether they behave maliciously, and this object reports the numeric result code from that detonation run for the file or event currently being tracked. An admin cares about this value specifically because it lets automation branch on the emulation verdict programmatically (e.g., raise an alert only on 'malicious' codes) instead of parsing the free-text teStatusShortDesc string. For example, a monitoring script might treat a returned value of 0 as 'clean' and a nonzero value as 'detonation flagged this file' and page the security team accordingly.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.49.101 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::teStatusCode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.49.101.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::teStatusCode.1
Start monitoring Check Point security gateway/firewall appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHECKPOINT-MIB::teStatusCode OID value, configure state conditions and alerts, and monitor any Check Point security gateway/firewall appliances from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2620 | checkpoint | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1 | products | CHECKPOINT-GAIA-TRAP-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.49 | te | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.49.101 | teStatusCode | CHECKPOINT-MIB |