{"id":19149524,"url":"https://github.com/alphasoc/testflight","last_synced_at":"2026-03-19T08:23:02.700Z","repository":{"id":85395359,"uuid":"452768205","full_name":"alphasoc/testflight","owner":"alphasoc","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-28T03:57:02.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T10:01:53.185Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alphasoc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-27T16:56:55.000Z","updated_at":"2022-07-13T04:32:52.000Z","dependencies_parsed_at":"2023-03-04T05:00:28.870Z","dependency_job_id":null,"html_url":"https://github.com/alphasoc/testflight","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alphasoc/testflight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphasoc%2Ftestflight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphasoc%2Ftestflight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphasoc%2Ftestflight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphasoc%2Ftestflight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alphasoc","download_url":"https://codeload.github.com/alphasoc/testflight/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphasoc%2Ftestflight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29252978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2024-11-09T08:08:32.514Z","updated_at":"2026-03-19T08:23:02.694Z","avatar_url":"https://github.com/alphasoc.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# testflight\n\n## Introduction\n\nThis project provides a means to build a docker image containing:\n1. Zeek LTS (4.0.4)\n2. Flightsim (latest release version)\n3. asoc-zeek\n\nA control script is also provided (`tf.sh`) as the container entry point.  When the\ncontainer is started, `tf.sh` does the following:\n1. Starts Zeek via the `asoc-zeek` script\n2. Runs all flightsim simulation modules\n    - Network telemetry will be collected and sent by Zeek to aSOC\n3. Teardown\n\nThe goal is to have a cohesive 'service' to test wheather aSOC infrastructure is generating\nproper events (at least for those threats that flightsim can simulate).  The other half of\nthis goal is realized using redash.hq.alphasoc.net.\n\n## Building an Image\n\nPull the repository, and `cd` to its root directory.  The below will create an image _testflight:latest_:\n\n    docker build --tag=testflight .\n\n## Running the Image\n\nAssuming you want to run the container locally, it's sufficient to:\n\n    docker run --rm --dns 8.8.8.8 -v ~/.ssh:/root/.ssh:ro -e ORG_ID=\"YOUR_ORGANIZATION_ID\" -e STAGING=false testflight:latest\n\nIn this case, the following happens:\n1. `--rm` will remove the container after it finishes\n2. `--dns` should force the container to use `8.8.8.8` for DNS lookups, preventing cases\n   where DNS requests are forwarded to host, thus circumenting Zeek detection.\n   [DNS](https://docs.docker.com/config/containers/container-networking/#dns-services)\n3. `-v` mounts your local `.ssh/` directory as roots on the container.  Assuming you have\n   SSH configured correctly, this will allow Zeek to upload telemetry to aSOC SFTP servers.\n   For information how to configure this, see:\n   [asoc-zeek -\u003e SSH auth](https://github.com/mrozitron/asoc-zeek#sshauthentication)\n4. `-e` passes various environment variables to the container.  `ORG_ID` is needed.  `STAGING`\n   is `false` by default (you can omit it from the commandline).  If you're a developer and\n   communicating with staging services, set it to `true`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphasoc%2Ftestflight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphasoc%2Ftestflight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphasoc%2Ftestflight/lists"}