MIB Viewer

BLUECOAT-SG-ATTACK-MIB

13 objects
The Blue Coat Attack MIB is used to monitor possible protocol attacks by hackers.
Imported Objects
BLUECOAT-MIBblueCoatMgmt
SNMPv2-SMIInteger32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
SNMPv2-TCDisplayString TEXTUAL-CONVENTION TimeStamp
OIDNameAccessStatusDescription
1.3.6.1.4.1.3417.2.3IdentitydeviceAttackMIBThe Blue Coat Attack MIB is used to monitor possible protocol attacks by hackers.
1.3.6.1.4.1.3417.2.3.1NodedeviceAttackMIBObjects
1.3.6.1.4.1.3417.2.3.1.1NodedeviceAttackValues
1.3.6.1.4.1.3417.2.3.1.1.1TabledeviceAttackTablenot-accessiblecurrentThis table lists the various attacks that are detected.
1.3.6.1.4.1.3417.2.3.1.1.1.1RowdeviceAttackEntrynot-accessiblecurrentA deviceAttack entry describes the present state of an attack.
1.3.6.1.4.1.3417.2.3.1.1.1.1.1ColumndeviceAttackIndexnot-accessiblecurrentAn arbitrary value which uniquely identifies an attack.
1.3.6.1.4.1.3417.2.3.1.1.1.1.2ColumndeviceAttackNameread-onlycurrentThe textual name of the attack i.e. SYN Flood.
1.3.6.1.4.1.3417.2.3.1.1.1.1.3ColumndeviceAttackStatusread-onlycurrentnoAttack(1) not under attack, underAttack(2) attack in progress. The default start-up value is noAttack(1).
1.3.6.1.4.1.3417.2.3.1.1.1.1.4ColumndeviceAttackTimeread-onlycurrentThe value of 'sysUpTime.0' at the time of the attack.
1.3.6.1.4.1.3417.2.3.2NodedeviceAttackMIBNotifications
1.3.6.1.4.1.3417.2.3.2.0NodedeviceAttackMIBNotificationsPrefix
1.3.6.1.4.1.3417.2.3.2.0.1NotificationdeviceAttackTrapcurrentAt the start of an attack a notification is generated with 'deviceAttackStatus = underAttack(2)'. At the end of an attack a notification is generated with 'dev…
Type Definitions
NameSyntaxStatusDescription
AttackStatusINTEGER { noAttack(1), underAttack(2) }currentIndicates the status of the attack. noAttack(1) - no attack. underAttack(2) - attack in progress.