mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-10 07:44:18 -05:00
[PR #32] [MERGED] fix(transforms): fixes usage of asnmap + other docker tools #35
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/32
Author: @dextmorgn
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/3/2025
Merged by: @dextmorgn
Base:
main← Head:fix/asnmap📝 Commits (1)
e5b678bfix(transforms): fixes usage of asnmap + other docker tools📊 Changes
8 files changed (+607 additions, -173 deletions)
View changed files
📝
flowsint-transforms/src/flowsint_transforms/asn/to_cidrs.py(+95 -80)📝
flowsint-transforms/src/flowsint_transforms/cidr/to_ips.py(+86 -43)📝
flowsint-transforms/src/flowsint_transforms/domain/to_asn.py(+111 -26)📝
flowsint-transforms/src/flowsint_transforms/ip/to_asn.py(+70 -18)📝
flowsint-transforms/src/tools/dockertool.py(+8 -3)📝
flowsint-transforms/src/tools/network/asnmap.py(+40 -3)➕
flowsint-transforms/src/tools/network/dnsx.py(+88 -0)➕
flowsint-transforms/src/tools/network/mapcidr.py(+109 -0)📄 Description
fix #31
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.