We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The macro/lookup currently returns these names:
src_isp src_isp_asn_organization
but the ISP MMDB has an additional field, "organization", that is useful. Could it be added to the results?
"Records": [ { "Network": "94.188.139.69/26", "Record": { "autonomous_system_number": 25003, "autonomous_system_organization": "Internet Binat Ltd", "isp": "Internet Binat Ltd", "organization": "Zscaler" } } ]
It looks like it would only take a line or two near this:
seckit_sa_geolocation/package/bin/SecKit_geo_lookup.py
Line 88 in 10f9b98
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The macro/lookup currently returns these names:
but the ISP MMDB has an additional field, "organization", that is useful. Could it be added to the results?
It looks like it would only take a line or two near this:
seckit_sa_geolocation/package/bin/SecKit_geo_lookup.py
Line 88 in 10f9b98
The text was updated successfully, but these errors were encountered: