Skip to content

Commit

Permalink
Merge pull request #1 from mpiscaer/master
Browse files Browse the repository at this point in the history
Tested with samples from mpiscaer  and data is parsed correctly.
  • Loading branch information
kruisdraad committed Jun 9, 2016
2 parents 2c0413d + 753e889 commit 76479a2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config/Abusehub.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,36 @@
'event_time',
],
],
'ShadowServer Open TFTP Servers Report' => [
'class' => 'OPEN_TFTP_SERVER',
'type' => 'ABUSE',
'enabled' => true,
'fields' => [
'src_ip',
'event_date',
'event_time',
],
],
'ShadowServer Open Portmapper Scan Report' => [
'class' => 'OPEN_PORTMAP_SERVER',
'type' => 'ABUSE',
'enabled' => true,
'fields' => [
'src_ip',
'event_date',
'event_time',
],
],
'ShadowServer Open mDNS Servers Report' => [
'class' => 'OPEN_MDNS_SERVICE',
'type' => 'ABUSE',
'enabled' => true,
'fields' => [
'src_ip',
'event_date',
'event_time',
],
],

],
];

0 comments on commit 76479a2

Please sign in to comment.