| Command |
Sample/Notes |
| show cpu |
Provides ratio of CPU and clock
time. --> show cpu total CPU time/total clock time: 0.009896 |
| show memory|mem |
Basic information regarding
memory usage. --> show memory total mem (k): 2719744 minor faults: 827 major faults: 693 num swap: 0 blocking input: 0 blocking output: 0 context changes: 0 |
| show conn |
Overview of connection related
information. --> show conn connection data: tcp (current/max): 0/0 udp (current/max): 0/0 icmp (current/max): 0/0 fragments (current/max): 0/0 |
| show dropped |
A yes/no answer for the drop
status of an IP address. --> show dropped 10.10.10.1 Host 10.10.10.1 is not dropped |
| show scan |
Provides an overview of scan
data regarding a provided IP. --> show scan 10.10.10.1 scan data for 10.10.10.1: host count: 0 backscatter count: 0 possible scan source: 0 |
| show pcap |
Lists current pcap filter. --> show pcap tcp or udp or icmp |
| set scan clear 10.10.10.1 |
Clears all scan data on an IP
and removes it from the list of identified scanner host
addresses. Also removes it from the list of dropped addresses. (log output) DynamicPolicyChange <127.0.0.1:33376/tcp> reset_scan called on 10.10.10.1 |
| set scan on |
Turn on scan detection. DynamicPolicyChange <127.0.0.1:33376/tcp> suppress_scan_checks = F |
| set scan off |
Turn off scan detection. DynamicsPolicyChange <127.0.0.1:33376/tcp> suppress_scan_checks = T |
| set drop on |
Turn host auto host dropping on. DynamicPolicyChange <127.0.0.1:33376/tcp> allow drop changed to T |
| set drop off |
Turn auto host dropping off. DynamicPolicyChange <127.0.0.1:33376/tcp> allow drop changed to F |
| set lookup on |
Activate 'lookup' related
functionality. DynamicPolicyChange <127.0.0.1:33377/tcp> connection lookup toggled to T |
| set lookup off |
Deactivate 'lookup' related
functionality. DynamicPolicyChange <127.0.0.1:33377/tcp> connection lookup toggled to F |
| set pcap "filter" |
----- currently broken - fixing
parser |
| ping |
Simple event connectivity test. pong event from 127.0.0.1: seq=1, time=0.009782/3.229675 s |
| drop |
Manually drop a host. A
series of tests are performed and feedback provided in case dropping is
not allowed. --> drop 10.10.10.1 Dropping not allowed via policy --> set drop on --> drop 10.10.10.1 Address 10.10.10.1 dropped 1120514311.000000 DynamicPolicyChange <127.0.0.1:33379/tcp> allow drop changed to T 1120514316.000000 AddressDroppedShell <127.0.0.1:33379/tcp> dropping address 10.10.10.1 via interactive shell |
| undrop |
Remove a host from the dropped
list, but do not reset the scan statistics related to it. DynamicPolicyChange <127.0.0.1:33380/tcp> host_undrop called on 10.10.10.1 |
| NOTE: the 'lookup' series of
commands should not be used without understanding the performance penalties of using this mechanism. These commands are still in testing and may not always do what you expect! |
|
| show lookup 210.173.179.46: | If 'lookup' functionality is
activated, return all connections with the source address equal to the
provided IP. --> show lookup 210.173.179.46 210.173.179.46:34635/tcp -> 128.55.6.34:80/tcp 210.173.179.46:34642/tcp -> 128.55.6.35:80/tcp |
| show lookup 210.173.179.46 128.55.6.34 | If 'lookup' functionality is
activated, return all connections that match the source-dest pair
provided. --> show lookup 210.173.179.46 128.55.6.34 210.173.179.46:34635/tcp -> 128.55.6.34:80/tcp |
Powered
By Broccoli