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

HIBP Enrichment Module returns "Array returned Array returned Array returned..." rather than actual results #691

Open
jberkers42 opened this issue Sep 10, 2024 · 0 comments

Comments

@jberkers42
Copy link

We configured the Have I Been Pwdned enrichment module as we have an API key.

I have an e-mail address that I know is caught up in several compromises since it is ~26 years old. When I add this as an attribute on an Event, the hibp plugin does appear to run, but when we open the results we get the following:

image

The corresponding JSON data containing the list of breaches the address is associated with is as follows, when calling the same API endpoint using PostMan:

[
    {
        "Name": "AntiPublic"
    },
    {
        "Name": "ExploitIn"
    },
    {
        "Name": "LinkedIn"
    },
    {
        "Name": "LinkedInScrape"
    },
    {
        "Name": "OnlinerSpambot"
    },
    {
        "Name": "PDL"
    },
    {
        "Name": "Trillian"
    },
    {
        "Name": "VerificationsIO"
    },
    {
        "Name": "Zynga"
    }
]

I don't know if this is the result of changes on HIBP's end, or a general issue with the code as I am not that conversant in Python.

Can anyone help?

Regards,
JohnB

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