[PR #10] [MERGED] Feat/cytoscape #21

Closed
opened 2025-11-11 11:49:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/10
Author: @dextmorgn
Created: 6/5/2025
Status: Merged
Merged: 6/5/2025
Merged by: @dextmorgn

Base: mainHead: feat/cytoscape


📝 Commits (2)

  • b006de9 feat: org to asn, asn to cidr, ip to asn
  • e050d3f feat: progress

📊 Changes

132 files changed (+7126 additions, -508 deletions)

View changed files

flowsint-api/alembic/versions/fa0ab51b2f64_add_analysis_model_and_investigation_.py (+48 -0)
flowsint-api/app/api/routes/analysis.py (+85 -0)
📝 flowsint-api/app/api/routes/sketches.py (+4 -3)
📝 flowsint-api/app/api/routes/transforms.py (+10 -7)
flowsint-api/app/api/schemas/analysis.py (+29 -0)
📝 flowsint-api/app/core/logger.py (+2 -2)
📝 flowsint-api/app/main.py (+4 -6)
📝 flowsint-api/app/models/models.py (+21 -1)
📝 flowsint-api/app/scanners/domains/resolve.py (+1 -1)
📝 flowsint-api/app/scanners/domains/subdomains.py (+1 -1)
📝 flowsint-api/app/scanners/domains/whois.py (+1 -1)
flowsint-api/app/scanners/emails/ghunt.py (+0 -74)
flowsint-api/app/scanners/ips/asn_to_cidrs.py (+214 -0)
flowsint-api/app/scanners/ips/cidr_to_ips.py (+131 -0)
flowsint-api/app/scanners/ips/ip_to_asn.py (+142 -0)
📝 flowsint-api/app/scanners/ips/reverse_resolve.py (+24 -28)
📝 flowsint-api/app/scanners/orchestrator.py (+9 -23)
flowsint-api/app/scanners/organizations/org_to_asn.py (+160 -0)
📝 flowsint-api/app/scanners/organizations/sirene.py (+8 -4)
📝 flowsint-api/app/scanners/registry.py (+10 -1)

...and 80 more files

📄 Description

No description provided


🔄 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/10 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/cytoscape` --- ### 📝 Commits (2) - [`b006de9`](https://github.com/reconurge/flowsint/commit/b006de9e7eb3b76e0c254405bd56b555e2871c6a) feat: org to asn, asn to cidr, ip to asn - [`e050d3f`](https://github.com/reconurge/flowsint/commit/e050d3f728343b27acc957e06c402237498b3bd7) feat: progress ### 📊 Changes **132 files changed** (+7126 additions, -508 deletions) <details> <summary>View changed files</summary> ➕ `flowsint-api/alembic/versions/fa0ab51b2f64_add_analysis_model_and_investigation_.py` (+48 -0) ➕ `flowsint-api/app/api/routes/analysis.py` (+85 -0) 📝 `flowsint-api/app/api/routes/sketches.py` (+4 -3) 📝 `flowsint-api/app/api/routes/transforms.py` (+10 -7) ➕ `flowsint-api/app/api/schemas/analysis.py` (+29 -0) 📝 `flowsint-api/app/core/logger.py` (+2 -2) 📝 `flowsint-api/app/main.py` (+4 -6) 📝 `flowsint-api/app/models/models.py` (+21 -1) 📝 `flowsint-api/app/scanners/domains/resolve.py` (+1 -1) 📝 `flowsint-api/app/scanners/domains/subdomains.py` (+1 -1) 📝 `flowsint-api/app/scanners/domains/whois.py` (+1 -1) ➖ `flowsint-api/app/scanners/emails/ghunt.py` (+0 -74) ➕ `flowsint-api/app/scanners/ips/asn_to_cidrs.py` (+214 -0) ➕ `flowsint-api/app/scanners/ips/cidr_to_ips.py` (+131 -0) ➕ `flowsint-api/app/scanners/ips/ip_to_asn.py` (+142 -0) 📝 `flowsint-api/app/scanners/ips/reverse_resolve.py` (+24 -28) 📝 `flowsint-api/app/scanners/orchestrator.py` (+9 -23) ➕ `flowsint-api/app/scanners/organizations/org_to_asn.py` (+160 -0) 📝 `flowsint-api/app/scanners/organizations/sirene.py` (+8 -4) 📝 `flowsint-api/app/scanners/registry.py` (+10 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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 2025-11-11 11:49:47 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#21