BLUECOAT-SG-ATTACK-MIB
13 objects
The Blue Coat Attack MIB is used to monitor possible protocol attacks by hackers.
Imported Objects
| BLUECOAT-MIB | blueCoatMgmt |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION TimeStamp |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.3417.2.3 | IdentitydeviceAttackMIB | The Blue Coat Attack MIB is used to monitor possible protocol attacks by hackers. | ||
| 1.3.6.1.4.1.3417.2.3.1 | NodedeviceAttackMIBObjects | |||
| 1.3.6.1.4.1.3417.2.3.1.1 | NodedeviceAttackValues | |||
| 1.3.6.1.4.1.3417.2.3.1.1.1 | TabledeviceAttackTable | not-accessible | current | This table lists the various attacks that are detected. |
| 1.3.6.1.4.1.3417.2.3.1.1.1.1 | RowdeviceAttackEntry | not-accessible | current | A deviceAttack entry describes the present state of an attack. |
| 1.3.6.1.4.1.3417.2.3.1.1.1.1.1 | ColumndeviceAttackIndex | not-accessible | current | An arbitrary value which uniquely identifies an attack. |
| 1.3.6.1.4.1.3417.2.3.1.1.1.1.2 | ColumndeviceAttackName | read-only | current | The textual name of the attack i.e. SYN Flood. |
| 1.3.6.1.4.1.3417.2.3.1.1.1.1.3 | ColumndeviceAttackStatus | read-only | current | noAttack(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.4 | ColumndeviceAttackTime | read-only | current | The value of 'sysUpTime.0' at the time of the attack. |
| 1.3.6.1.4.1.3417.2.3.2 | NodedeviceAttackMIBNotifications | |||
| 1.3.6.1.4.1.3417.2.3.2.0 | NodedeviceAttackMIBNotificationsPrefix | |||
| 1.3.6.1.4.1.3417.2.3.2.0.1 | NotificationdeviceAttackTrap | current | At 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
| Name | Syntax | Status | Description |
|---|---|---|---|
| AttackStatus | INTEGER { noAttack(1), underAttack(2) } | current | Indicates the status of the attack. noAttack(1) - no attack. underAttack(2) - attack in progress. |