go-idmef

Go library for IDMEF (RFC 4765)

MIT License

Stars
0
Committers
2
go-idmef - v0.4.1 Latest Release

Published by grokify about 1 year ago

go-idmef - v0.4.0

Published by grokify over 2 years ago

Overview

  1. add/pass golangci-lint
  2. add support for Go v1.11- v1.15 by switching to ioutil.ReadFile() over os.ReadFile()

New Contributors

Full Changelog: https://github.com/grokify/go-idmef/compare/v0.3.2...v0.4.0

go-idmef - v0.3.2

Published by grokify about 3 years ago

Updates

  1. docs: README.md: update
  2. remove debug dependency
go-idmef - v0.3.1

Published by grokify about 3 years ago

Updates

  1. ci: gh actions: add workflow_dispatch
  2. examples: pingofdeath: update func name
  3. docs: README.md: update
  4. examples: pingofdeath: update from RFC
  5. rename: examples_test.go for consistency
go-idmef - v0.3.0

Published by grokify about 3 years ago

Updates

  1. docs: README.md: update
  2. examples: add loadmodule files
  3. update: examples: analyzer-assessments
  4. enhance: add Analyzer.Process, UserIdTypeTargetUser
  5. fix: unmarshal: Service.Common()
  6. feat: examples: add phf attack
  7. feat: Service: add WebService
  8. feat: examples: add more local-attacks
  9. docs: README.md: update for Heartbeat
  10. feat: examples: add heartbeat
  11. feat: AdditionalData: add Real
  12. feat: examples: add simple-port-scanning example
  13. docs: README.md: fix links
  14. examples: correlation-alerts: init
  15. feat: Alert: add CorrelationAlert
  16. refactor: unmarshal: simplify test data
go-idmef - v0.2.0

Published by grokify about 3 years ago

Updates

  1. docs: README.md: add text for examples
  2. docs: README.md: add awesome-idmef link
  3. docs: README.md: add paper on JSON representation
  4. docs: README.md: enhance schema list
  5. feat: examples: add system-policy-violation
  6. docs: add comparisons
  7. feat: Alert: add Alert.AdditionalData
  8. enhance: constants: add more
  9. docs: README.md: update
  10. feat: examples: add local attacks - file modification example
  11. update: schema: Target to bespoke struct
  12. feat: schema: add File
  13. feat: examples: add file modification XML example
  14. feat: examples: add Analyzer Assessments
  15. feat: constants: init
  16. feat: schema: add Assessment
  17. cleanup: remove unneeded comment
  18. docs: README.md: fix missing paren
  19. docs: README.md: update example links
  20. add IDMEF comparsion 1
  21. dep: go mod: update
  22. docs: README.md: update covered schemas
  23. enhance: tests: add disallowed service test
  24. feat: schema: add User, UserId, Service
  25. enhnace: ntp: prepend 0s in ntp timestamp
  26. examples: update
  27. docs: README.md: update links
  28. enhance: example: update
  29. docs: README.md: add examples list
  30. enhance: testdata: move to idmef.NewTime()
  31. enhance: Addresss: add Netmask
  32. testdata: teardrop-attack: add
go-idmef - v0.1.0

Published by grokify about 3 years ago

Initial commit.