springernature / boomcatch

A standalone, node.js-based beacon receiver for boomerang.
GNU General Public License v3.0
110 stars 33 forks source link

Record `remoteAddress` in unmapped mapper #101

Open evisong opened 6 years ago

evisong commented 6 years ago

Hi, team,

In my use case, remoteAddress helps a lot when analyzing beacons. It seems this argument is passed into map function but it's never used yet: https://github.com/springernature/boomcatch/blob/master/src/index.js#L656

I'm adding it to unmapped mapper.

Could you kindly let me know if it's proper to do so, and if yes whether should I add to other mappers as well?

Thanks.

josebolos commented 6 years ago

Hi @evisong,

Thanks for your PRs! I'll try to have a look at them as soon as possible.

evisong commented 5 years ago

Hi @evisong,

Thanks for your PRs! I'll try to have a look at them as soon as possible.

Hi, @josebolos,

May I ask if there is any progress yet? Thanks.