{"id":20329063,"url":"https://github.com/affix/hijackmonitor","last_synced_at":"2025-06-30T12:37:26.182Z","repository":{"id":233086147,"uuid":"785813176","full_name":"affix/hijackmonitor","owner":"affix","description":"A simple DNS Hijacking monitor","archived":false,"fork":false,"pushed_at":"2024-04-12T17:18:04.000Z","size":2,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T07:41:26.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/affix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-04-12T17:16:44.000Z","updated_at":"2024-04-27T07:40:27.000Z","dependencies_parsed_at":"2024-04-13T17:20:30.770Z","dependency_job_id":"26da13a3-a49d-4af2-8aad-ab9c6e79322c","html_url":"https://github.com/affix/hijackmonitor","commit_stats":null,"previous_names":["affix/hijackmonitor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/affix/hijackmonitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2Fhijackmonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2Fhijackmonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2Fhijackmonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2Fhijackmonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/affix","download_url":"https://codeload.github.com/affix/hijackmonitor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2Fhijackmonitor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262774907,"owners_count":23362407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-14T20:09:13.962Z","updated_at":"2025-06-30T12:37:26.139Z","avatar_url":"https://github.com/affix.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"HijackMonitor\n==============\n\nHijackMonitor is a tool to monitor a domain for DNS hijacking. It is container based and can be run standalone or as a Kubernetes CronJob.\n\n## Usage\n\n### Standalone\n\n```bash\n$ docker run -it --rm -e HOST=hackerone.com -e DISCORD_WEBHOOK=https://discord.com/api/webhooks/... affixxx/hijackmonitor:latest\n```\n\n### Kubernetes CronJob\n\n```bash\n$ cat \u003c\u003cEOF\u003e /tmp/cron.yaml\napiVersion: batch/v1\nkind: CronJob\nmetadata:\n  name: hackerone\nspec:\n  schedule: \"0 * * * *\"\n  jobTemplate:\n    spec:\n      template:\n        spec:\n          containers:\n          - name: hackerone\n            image: affixxx/hijackmonitor:latest\n            env:\n            - name: HOST\n              value: \"hackerone.com\"  # Replace this with your hostname\n            - name: DISCORD_WEBHOOK_URL\n              valueFrom:              # Replace this with the value of your webhook url, remember webhook URLs are sensitive\n                secretKeyRef:\n                  name: discord-webhook\n                  key: password\n            imagePullPolicy: Always\n          restartPolicy: Never\nEOF\n$ kubectl apply -f /tmp/cron.yaml\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faffix%2Fhijackmonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faffix%2Fhijackmonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faffix%2Fhijackmonitor/lists"}