{"id":37070307,"url":"https://github.com/cert-edf/iron","last_synced_at":"2026-02-09T17:07:09.948Z","repository":{"id":319109631,"uuid":"1075258334","full_name":"CERT-EDF/iron","owner":"CERT-EDF","description":"Unified cases, seamless integrations","archived":false,"fork":false,"pushed_at":"2025-12-17T08:30:07.000Z","size":756,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-20T04:29:25.815Z","etag":null,"topics":["dfir-automation","dfir-tools","framework","security"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CERT-EDF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-13T08:56:52.000Z","updated_at":"2025-12-16T16:46:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc60b179-9b7c-42aa-8108-4ce36ab6a6da","html_url":"https://github.com/CERT-EDF/iron","commit_stats":null,"previous_names":["cert-edf/iron"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/CERT-EDF/iron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CERT-EDF%2Firon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CERT-EDF%2Firon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CERT-EDF%2Firon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CERT-EDF%2Firon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CERT-EDF","download_url":"https://codeload.github.com/CERT-EDF/iron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CERT-EDF%2Firon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dfir-automation","dfir-tools","framework","security"],"created_at":"2026-01-14T08:12:09.621Z","updated_at":"2026-01-14T08:12:10.431Z","avatar_url":"https://github.com/CERT-EDF.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"120\" src=\"./web/public/favicon.png\"\u003e\u003c/p\u003e\n\u003ch2 align=\"center\"\u003eIron\u003c/h2\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![Status](https://img.shields.io/badge/status-active-success?style=for-the-badge)\n![Powered By: EDF](https://img.shields.io/badge/Powered_By-CERT_EDF-FFFF33.svg?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-2596be.svg?style=for-the-badge)](/LICENSE)\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003eUnified cases, seamless integrations\u003c/p\u003e\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![Demo](./.github/screenshot.png)\n\n\u003c/div\u003e\n\n# Introduction\n\nIron is a minimalist synchronization tool designed to simplify the cases management within the [CERT-EDF/fusion](https://github.com/CERT-EDF/fusion) framework, acting as a centralized interface to create and manage cases, ensuring consistency across services.\n\nIron pulls together services into a unified, cohesive system.\n\nIron supports the following services:\n- [CERT-EDF/carbon](https://github.com/CERT-EDF/carbon): minimalist digital logbook\n- [CERT-EDF/helium](https://github.com/CERT-EDF/helium): minimalist forensic collections manager\n- [CERT-EDF/neon](https://github.com/CERT-EDF/neon): minimalist malware database management\n- [dfir-iris](https://github.com/dfir-iris): incident responders platform\n\n\u003cbr\u003e\n\n## Getting Started\n\n\u003e [!NOTE]\n\u003e Iron is part of the [CERT-EDF/fusion](https://github.com/CERT-EDF/fusion) framework. This section will guide you for the standalone usage.\n\nDeployment is designed to be simple using Docker.\n```bash\nexport GIT_TAG=\"$(git describe --tags)\"\ndocker compose up -d\n```\n\nBasic HTTP example using Nginx:\n```nginx\nserver {\n    listen 80;\n    server_name iron.domain.lan;\n\n    access_log  /var/log/nginx/iron.access.log;\n    error_log  /var/log/nginx/iron.error.log;\n\n    proxy_http_version 1.1;\n    proxy_set_header X-Real-IP $remote_addr;\n    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n    proxy_set_header X-Forwarded-Proto $scheme;\n\n    location /api {\n      proxy_pass http://127.0.0.1:8110;\n      client_max_body_size 4G;\n      proxy_buffering off;\n      proxy_set_header Upgrade $http_upgrade;\n      proxy_set_header Connection \"upgrade\";\n      proxy_set_header Host $host;\n    }\n\n    location / {\n      proxy_pass http://127.0.0.1:8120;\n    }\n  }\n```\n\n\u003cbr\u003e\n\n## Configuration\n\nRefer to the documentation in\n\n- [iron.dist.yml](https://github.com/CERT-EDF/iron/blob/main/server/iron.dist.yml)\n- [constant.dist.yml](https://github.com/CERT-EDF/iron/blob/main/server/constant.dist.yml)\n\n\u003cbr\u003e\n\n## License\n\nDistributed under the MIT License.\n\n\u003cbr\u003e\n\n## Contributing\n\nContributions are welcome, see [CONTRIBUTING.md](https://github.com/CERT-EDF/iron/blob/main/CONTRIBUTING.md) for more information.\n\n\u003cbr\u003e\n\n## Security\n\nTo report a (suspected) security issue, see [SECURITY.md](https://github.com/CERT-EDF/iron/blob/main/SECURITY.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcert-edf%2Firon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcert-edf%2Firon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcert-edf%2Firon/lists"}