diff --git a/checks/cisco_asa_connections b/checks/cisco_asa_connections
index f89f7ed7ce8fafcf4158a221309f996a160dbac7..f9fa2734478ee66a408c2979292ca19abe4f9170 100644
--- a/checks/cisco_asa_connections
+++ b/checks/cisco_asa_connections
@@ -66,7 +66,7 @@ check_info['cisco_asa_connections'] = {
     'has_perfdata'       : True,
     'group'              : 'cisco_asa_connections',
     'snmp_scan_function' : lambda oid: oid('.1.3.6.1.2.1.1.1.0').lower().startswith('cisco adaptive security appliance')
-                                       or oid('.1.3.6.1.2.1.1.1.0').lower().startswith('cisco firepower threat defense'),
+                                       or oid('.1.3.6.1.2.1.1.1.0').lower().startswith('cisco firepower'),
     'snmp_info'          : ('.1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40', [  # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp
                              '6',  # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.currentInUse
                              '7',  # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.high
diff --git a/cisco_asa_connections.mkp b/cisco_asa_connections.mkp
index bc3323111141dec83c4817a9d79afda903fdc644..1184bbf177a3d46149e4653eadc8c3e2ea4e3d2f 100644
Binary files a/cisco_asa_connections.mkp and b/cisco_asa_connections.mkp differ