Skip to content

Instantly share code, notes, and snippets.

@liang799
Created February 21, 2026 11:52
Show Gist options
  • Select an option

  • Save liang799/e3af0377207241b98835e955975a5e71 to your computer and use it in GitHub Desktop.

Select an option

Save liang799/e3af0377207241b98835e955975a5e71 to your computer and use it in GitHub Desktop.
SC2000 stuff

Poisson Distribution

In security, the Poisson distribution helps in modeling rare, independent events over time.

Intrusion Detection: If a system typically sees 2 failed login attempts per hour, and suddenly sees 50, the Poisson model helps calculate just how statistically improbable (and therefore suspicious) that event is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment