mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #129] [MERGED] HudsonRock Integration Enrichers for Infostealer related data #431
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/129
Author: @z3rodaycve
Created: 3/10/2026
Status: ✅ Merged
Merged: 4/9/2026
Merged by: @dextmorgn
Base:
main← Head:feature/hudsonrock-enrichers📝 Commits (1)
ff9d270Release of HudsonRockToUsername, HudsonRockToPhone, HudsonRockToEmail📊 Changes
3 files changed (+380 additions, -0 deletions)
View changed files
➕
flowsint-enrichers/src/flowsint_enrichers/email/to_hudsonrock.py(+125 -0)➕
flowsint-enrichers/src/flowsint_enrichers/phone/to_hudsonrock.py(+125 -0)➕
flowsint-enrichers/src/flowsint_enrichers/social/to_hudsonrock.py(+130 -0)📄 Description
I have implemented integration with the HudsonRock Intelligence platform (https://hudsonrock.com/) by adding three new Flowsint enrichers, based on the request in issue #70.
The following changes were made:
- Added HudsonRockToUsername = performs username lookups (based on
Usernameflowsint_type)- Added HudsonRockToPhone = performs phone number lookups (based on
Phoneflowsint_type)- Added HudsonRockToEmail = performs email lookups (based on
Emailflowsint_type)All enrichers return a
Deviceobject with a relationship to the corresponding username/phone/email.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.