ATTACK-MIB

File: ATTACK-MIB.mib (3229 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
BLUECOAT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 TEXTUAL-CONVENTION TimeStamp
DisplayString MODULE-COMPLIANCE OBJECT-GROUP
blueCoatMgmt

Defined Types

AttackStatus  
Indicates the status of the attack. no-attack(1) :no attack. under-attack(2) :attack in progress.
TEXTUAL-CONVENTION    
  INTEGER no-attack(1), under-attack(2)  

DeviceAttackEntry  
SEQUENCE    
  deviceAttackIndex INTEGER
  deviceAttackName DisplayString
  deviceAttackStatus AttackStatus
  deviceAttackTime TimeStamp

Defined Values

deviceAttackMIB 1.3.6.1.4.1.3417.2.3
The Attack-MIB is used to monitor possible protocol attacks by hackers.
MODULE-IDENTITY    

deviceAttackMIBObjects 1.3.6.1.4.1.3417.2.3.1
OBJECT IDENTIFIER    

deviceAttackMIBNotifications 1.3.6.1.4.1.3417.2.3.2
OBJECT IDENTIFIER    

deviceAttackMIBNotificationsPrefix 1.3.6.1.4.1.3417.2.3.2.0
OBJECT IDENTIFIER    

deviceAttackValues 1.3.6.1.4.1.3417.2.3.1.1
OBJECT IDENTIFIER    

deviceAttackTable 1.3.6.1.4.1.3417.2.3.1.1.1
This table lists the various attacks that are detected.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DeviceAttackEntry

deviceAttackEntry 1.3.6.1.4.1.3417.2.3.1.1.1.1
A deviceAttack entry describes the present state of an attack.
Status: current Access: not-accessible
OBJECT-TYPE    
  DeviceAttackEntry  

deviceAttackIndex 1.3.6.1.4.1.3417.2.3.1.1.1.1.1
An arbitrary value which uniquely identifies an attack.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

deviceAttackName 1.3.6.1.4.1.3417.2.3.1.1.1.1.2
The textual name of the attack i.e. SYN Flood.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

deviceAttackStatus 1.3.6.1.4.1.3417.2.3.1.1.1.1.3
no-attack(1) not under attack, under-attack(2) attack in progress. The default start-up value is no-attack(1).
Status: current Access: read-only
OBJECT-TYPE    
  AttackStatus  

deviceAttackTime 1.3.6.1.4.1.3417.2.3.1.1.1.1.4
value of 'sysUpTime.0' at the time of the attack.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

deviceAttackTrap 1.3.6.1.4.1.3417.2.3.2.0.1
At the start of an attack a notification is generated with 'deviceAttackStatus = under-attack(2)'. At the end of an attack a notification is generated with 'deviceAttackStatus = no-attack(1)'.
Status: current Access: read-only
NOTIFICATION-TYPE