[PR #129] [MERGED] HudsonRock Integration Enrichers for Infostealer related data #295

Closed
opened 2026-04-13 13:38:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: feature/hudsonrock-enrichers


📝 Commits (1)

  • ff9d270 Release 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 Username flowsint_type)
- Added HudsonRockToPhone = performs phone number lookups (based on Phone flowsint_type)
- Added HudsonRockToEmail = performs email lookups (based on Email flowsint_type)

All enrichers return a Device object 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.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/129 **Author:** [@z3rodaycve](https://github.com/z3rodaycve) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 4/9/2026 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feature/hudsonrock-enrichers` --- ### 📝 Commits (1) - [`ff9d270`](https://github.com/reconurge/flowsint/commit/ff9d270ddd96d0822bae494527440b5fd0a7497c) Release of HudsonRockToUsername, HudsonRockToPhone, HudsonRockToEmail ### 📊 Changes **3 files changed** (+380 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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](https://github.com/reconurge/flowsint/issues/70). The following changes were made: - Added **HudsonRockToUsername** = performs username lookups (based on `Username` flowsint_type) - Added **HudsonRockToPhone** = performs phone number lookups (based on `Phone` flowsint_type) - Added **HudsonRockToEmail** = performs email lookups (based on `Email` flowsint_type) All enrichers return a `Device` object with a relationship to the corresponding username/phone/email. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 13:38:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#295