Advertisement
Guest User

TSergey, 2014-10-01, impb

a guest
Oct 1st, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # Classification Rule
  2. # IP-MAC-BIND-MIB::swIpMacBindingViolationTrap",
  3. {
  4. "name": "DLink | DxS | Network | IMPB | Unauthenticated IP-MAC #2 (SNMP)",
  5. "description": "IP-MAC-BIND-MIB::swIpMacBindingViolationTrap",
  6. "event_class__name": "Network | IMPB | Unauthenticated IP-MAC",
  7. "preference": 1000,
  8. "patterns": [
  9. {
  10. "key_re": "^source$",
  11. "value_re": "^SNMP Trap$"
  12. },
  13. {
  14. "key_re": "^profile$",
  15. "value_re": "^DLink.DxS$"
  16. },
  17. {
  18. "key_re": "^SNMPv2-MIB::snmpTrapOID.0$",
  19. "value_re": "IpMacBindingViolationTrap"
  20. },
  21. {
  22. "key_re": "(IpMacBindingViolationIP|IpMacBindingIpIndex|.1.4.1.171.12.23.4.1.1.1)",
  23. "value_re": "^(?P<ip__bin_to_ip>.+)$"
  24. },
  25. {
  26. "key_re": "(IpMacBindingMac|IpMacBindingViolationMac)",
  27. "value_re": "^(?P<mac>.+)$"
  28. },
  29. {
  30. "key_re": "IpMacBindingPortIndex",
  31. "value_re": "^(?P<interface>.+)$"
  32. }
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement