mandiant / GeoLogonalyzer

GeoLogonalyzer is a utility to analyze remote access logs for anomalies such as travel feasibility and data center sources.
Apache License 2.0
194 stars 59 forks source link

UTF-8 fixes for ASN and DCH names which come from external data sources. #3

Closed readshaw closed 6 years ago

readshaw commented 6 years ago

Fix for https://github.com/fireeye/GeoLogonalyzer/issues/2.

Valid ASN and DCH names from some countries may contain non-ASCII, UTF-8 characters. This fix improves how they are handled.

mohelbahy commented 6 years ago

Had the same issue and it is fixed Guys you are awesome

davidpany commented 6 years ago

Thanks for the suggested fix! I've updated Version 1.01 to support Unicode ASN data. Please let me know if you have any additional issues.