nzymedefense/nzyme

Alert on new WiFi networks

Closed this issue · 0 comments

  • Keep table dot11_known_networks
    • Pull async from dot11_ssids
      • Consider tenant
    • Update last_seen (async)
    • Only insert known networks that are seen for 5+ minutes
    • Retention clean all networks not seen for 30 days
  • Monitoring Active/Inactive
    • Allow to start
      • Warn that events and alerts will trigger for any unapproved seen network
    • Allow to stop
    • Starts stopped
  • Allow to clean all existing SSIDs and classifications (remove all known_networks of tenant)
    • Warn that this will delete all classifications
  • Allow to clean individual existing SSIDs and classifications (remove single known_networks)
  • List seen networks
    • Approved
    • Unknown
  • Approve/Unapprove
    • Ensure alerts expire after approving
  • Creates event NEW_SSID
    • Allow to ignore ssids
      • Show status as ignored
    • Eventing active/inactive configuration
  • Alert details
  • KB article / link
    • Why to do it
  • Documentation / link
    • What is a "known network"
      • Retention cleaning
      • Must be active for 5+ consecutive minutes
    • How to use it