Skip to content

[google-ti-feeds] create connector for PoC. #4019

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

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cbb12c6
[google-ti-feeds] Creation of the connector, basic configurations, pl…
Kakudou May 9, 2025
89b1142
Update dependency validators to v0.35.0 (#3945)
renovate[bot] May 12, 2025
bdff3ef
Update dependency tenacity to ~=9.1.2 (#3944)
renovate[bot] May 12, 2025
37ea921
[all] Release 6.6.11
Filigran-Automation May 12, 2025
0d6b8a2
Update dependency weasyprint to v65.1 (#3970)
renovate[bot] May 13, 2025
34e8334
[Tenable Vuln Management] feat: Connector handles inconsistent API r…
flavienSindou May 13, 2025
df673ba
[cve] fix: infinite loop when fetching all CVEs & reduce RAM consumpt…
Markus98 May 13, 2025
f310101
[google-ti-feeds] Add and tested api engine.
Kakudou May 13, 2025
3e38862
[google-ti-feeds] Setug api engine, main workflow, reports fetcher.
Kakudou May 15, 2025
6e40333
[google-ti-feeds] fetcher and start of the processing of reports
Kakudou May 16, 2025
b49a72e
[google-ti-feeds] config and folders refacto for more modularity.
Kakudou May 16, 2025
9f96b41
[google-ti-feeds] Ingest reports and associated malware families.
Kakudou May 19, 2025
70713e9
[google-ti-feeds] Add the capabilities to ingest related intrusion sets
Kakudou May 19, 2025
6726e5f
[google-ti-feeds] mass overhaul refacto to be more guidelines complia…
Kakudou May 20, 2025
75c2b90
[google-ti-feeds] Rework readme to reflect new architecture. fix auth…
Kakudou May 21, 2025
45b8c1f
[google-ti-feeds] Linting, need to setup pre-commit...
Kakudou May 21, 2025
ea96f5d
Resolved merge: accepted all from master
Kakudou May 21, 2025
ebdb0f9
[google-ti-feeds] Remove old tests in stix models.
Kakudou May 21, 2025
4a5829d
[google-ti-feeds] Fix a bug in filters for report_type, and probably …
Kakudou May 22, 2025
a47d861
[google-ti-feeds] Starting refacto from PoC to Connector.
Kakudou May 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions external-import/google-ti-feeds/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
OPENCTI_URL='http://localhost:3000'
OPENCTI_TOKEN='d434ce02-e58e-4cac-8b4c-42bf16748e84'
CONNECTOR_ID='309d0e9b-5e80-4f8d-8371-731cd7ed567d'
GTI_API_KEY='your_gti_api_key'
Loading