Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alert Notification Popup Should Resolve IP Address To Hostname (DNS Record) #43

Closed
BADJAG opened this issue Jul 22, 2018 · 10 comments
Closed
Assignees
Projects

Comments

@BADJAG
Copy link

BADJAG commented Jul 22, 2018

Hi, I'd like to propose a minor enhancement to the alert notification popup. In the "ADVANCED RULE SETTINGS" section of the popup, it'd be nice if the "TARGET" IP address resolved to a hostname as well. This would save the effort of having to look up the destination IP via traceroute or a reverse IP lookup on the web. Thanks.

@AtlasHackert
Copy link
Collaborator

AtlasHackert commented Jul 22, 2018

The biggest problem with that is that reverse DNS isn't trustworthy; it's easy to forge the record, or have it display a wrong domain (there can be multiple domains associated with one IP). Showing information that can be wrong is a bad idea for security software.

That said: if somebody figures out a compromise, it's definitely something valuable to have.

@BADJAG
Copy link
Author

BADJAG commented Jul 22, 2018

Thanks for the quick reply. I guess using traceroute will have to do for the time being. It's more fun anyway. :-)

@wokhan
Copy link
Owner

wokhan commented Jul 23, 2018 via email

@AtlasHackert
Copy link
Collaborator

I disabled it some time ago for two reasons: the one stated above, and the DNS lookup was itself triggering WFN notifications.

@wokhan
Copy link
Owner

wokhan commented Jul 25, 2018 via email

@harrwiss
Copy link
Collaborator

This is in the pipeline - implemented a DNS resolver working in the background. Currently working on integration with SecurityLog and then maybe Map and Connections

@harrwiss
Copy link
Collaborator

harrwiss commented Mar 7, 2020

DNS Resolver is implemented for Security Log, Connections, Map and Notifier (tooltip on Target IP option). However today there are many host IP's which have no DNS entry resulting in No such host is known when resolved. If you click on the Target IP link in Notifier it will do a lookup on an online service to get more details.

Note: Just noticed, that clicking on the Target IP link in Notifier crashes in the netcore3 version.

@wokhan
Copy link
Owner

wokhan commented Mar 7, 2020

Any crashing with netcore31 should be due to missing assemblies (since they are now pulled from nuget). Hopefully 😁

@wokhan wokhan added this to In progress in WFN 2.6 Mar 7, 2020
@wokhan wokhan removed the in progress label Mar 7, 2020
@harrwiss
Copy link
Collaborator

harrwiss commented Mar 7, 2020

Crash fixed with #76

@harrwiss harrwiss closed this as completed Mar 7, 2020
WFN 2.6 automation moved this from In progress to Done Mar 7, 2020
@harrwiss
Copy link
Collaborator

harrwiss commented Mar 7, 2020

Btw: The TargetInfoUrl and TargetPortUrl for the online service to use can be configured in the settings config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
WFN 2.6
  
Done
Development

No branches or pull requests

4 participants