|  |  HP OpenVMS Systems Documentation | 
|  | HP OpenVMS DCL Dictionary
 SHOW INTRUSION
 Displays the contents of the intrusion database. FormatSHOW INTRUSION DescriptionThe OpenVMS system stores information in the intrusion database about login failures that originate from a specific source and that result from any number of failure types (invalid password, account expired, unknown user name). A security manager can identify possible break-in attempts by using the SHOW INTRUSION command to display the contents of the intrusion database. Qualifiers
 
 | 
| #1 | 
|---|
| 
$ SHOW INTRUSION/OUTPUT=INTRUDER.LIS
       | 
The SHOW INTRUSION command in this example writes all the entries currently in the intrusion database to the file INTRUDER.LIS.
| #2 | 
|---|
| 
$ SHOW INTRUSION/TYPE=INTRUDER
                                                   
Intrusion   Type      Count    Expiration    Source
TERMINAL    INTRUDER    9      10:29:39.16   AV34C2/LC-1-15:
NETWORK     INTRUDER    7      10:47:53.12   NODE22::RONNING
       | 
In this example, the SHOW INTRUSION command displays all intruder entries currently in the intrusion database.
| #3 | 
|---|
| 
$ SHOW INTRUSION/NODE
 NETWORK      SUSPECT       5   26-JUL-2001 08:51:25.66  POPEYE::WONG
    Node: TSAVO      Count:    2
    Node: FROGGY     Count:    2
    Node: KITTY      Count:    1
       | 
This command displays each intrusion record for all nodes.
| #4 | 
|---|
| 
$ SHOW INTRUSION/NODE=(FROGGY,KITTY)
 NETWORK      SUSPECT       5   26-JUL-2001 08:51:25.66  POPEYE::HAMMER
    Node: FROGGY     Count:    2
    Node: KITTY      Count:    2
       | 
This command displays intrusion record information for nodes FROGGY and KITTY.
| #5 | 
|---|
| 
$ SHOW INTRUSION/NODE=EVMSA
$ 
       | 
This command shows that there are no intrusion records for node EVMSA.
| Previous | Next | Contents | Index |