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

Add "organization" field to seckit_iplocation data #245

Open
hkelley opened this issue Dec 20, 2023 · 0 comments
Open

Add "organization" field to seckit_iplocation data #245

hkelley opened this issue Dec 20, 2023 · 0 comments

Comments

@hkelley
Copy link

hkelley commented Dec 20, 2023

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant