Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

Add "organization" field to seckit_iplocation data #245

@hkelley

Description

@hkelley

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions