Bug 90811 - New port: security/ipfcount Summarise ipf logs by counting and sorting the fields
Summary: New port: security/ipfcount Summarise ipf logs by counting and sorting the fi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-22 15:00 UTC by Robert Archer
Modified: 2005-12-22 15:57 UTC (History)
0 users

See Also:


Attachments
file.shar (2.87 KB, text/plain)
2005-12-22 15:00 UTC, Robert Archer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Archer 2005-12-22 15:00:20 UTC
ipfcount reads ipf(8) logs and extracts the following fields:

  iface group rule action shost sport dhost dport proto flags type dir

You can then print lists like 'top <n> blocked ports', 'top <n> blocked hosts',
or 'incoming connections sorted by interface and protocol'.

For more sophisticated lists, you can filter the entries using Perl expressions.

WWW: http://deathbeforedecaf.net/misc/ports
Comment 1 Foxfair Hu freebsd_committer freebsd_triage 2005-12-22 15:56:29 UTC
State Changed
From-To: open->closed

committed, thanks!