{"id":23165928,"url":"https://github.com/ndejong/phishing-tracker","last_synced_at":"2025-08-18T05:31:58.468Z","repository":{"id":57452283,"uuid":"236694282","full_name":"ndejong/phishing-tracker","owner":"ndejong","description":"Utility to manage sets of phishing links making it easier to track their removal progress over time.","archived":false,"fork":false,"pushed_at":"2024-06-23T02:40:27.000Z","size":51,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-03T01:37:04.095Z","etag":null,"topics":["cybercrime","phishing","phishing-attacks"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ndejong.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,"publiccode":null,"codemeta":null}},"created_at":"2020-01-28T08:58:40.000Z","updated_at":"2023-06-14T08:42:46.000Z","dependencies_parsed_at":"2024-06-23T05:38:21.715Z","dependency_job_id":null,"html_url":"https://github.com/ndejong/phishing-tracker","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"3293a9ed89839697c92da320ac3ed51471742c62"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Fphishing-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Fphishing-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Fphishing-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Fphishing-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndejong","download_url":"https://codeload.github.com/ndejong/phishing-tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230204023,"owners_count":18189709,"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":["cybercrime","phishing","phishing-attacks"],"created_at":"2024-12-18T01:30:03.668Z","updated_at":"2024-12-18T01:30:04.502Z","avatar_url":"https://github.com/ndejong.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phishing Tracker\n\n[![PyPi](https://img.shields.io/pypi/v/phishing-tracker.svg)](https://pypi.python.org/pypi/phishing-tracker/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/phishing-tracker.svg)](https://github.com/ndejong/phishing-tracker/)\n[![Build Status](https://api.travis-ci.org/ndejong/phishing-tracker.svg?branch=master)](https://travis-ci.org/ndejong/phishing-tracker/)\n[![License](https://img.shields.io/github/license/ndejong/phishing-tracker.svg)](https://github.com/ndejong/phishing-tracker)\n\nUtility to manage sets of phishing links making it easier to track their removal progress over time.\n\nProject started out of frustration in dealing over-and-over again with phishing threat-actors and wanting an easy tool\nto handle the tracking of these links over time without needing to roll out a full-fledged CERT stack (eg The Hive)\n\nCaptures everything per-run in a single JSON file making it easy to compare and track change over time - and integrate\nwith other tooling if desired.\n\nSee examples to get a clear idea on usage and possibilities.\n\n## Features\n* Batch mode with `.yml` configuration file\n* Single shot mode by passing link/hostname/domain in at cli\n* Collects useful reference-information and artifacts per phish link stored in an easy reference json file\n* Create rules to define expected (or desired) analyzers output responses\n* Easy to re-run and hence re-compare the latest status of phish-links over time\n* Debug mode output to STDERR\n\n## Analyzers\n\n### `dig`\n* dig-domain - determine domain relative to TLD and collect A, CNAME, NS, MX, TXT records\n* dig-hostname - collect hostname A, AAAA, CNAME, NS, MX, TXT records\n\n### `http`\n* http-get - perform http (clear-text) GET request capturing request/response headers and response content\n\n### `https`\n* https-get - as per http-get using HTTPS\n\n### `https_certificate`\n* https-certificate - obtain the https SSL certificate and parse certificate attributes \n\n### `smtp`\n* smtp-headers - connect to hostname/domain MX records and capture the server header \n\n### `safe_browsing`\n* safe-browsing - query the Google safe-browsing API - https://developers.google.com/safe-browsing/v4\n\n### `whois`\n* whois - perform a whois and parse associated attributes\n\n## Analyzers - Todo\n* Virustotal lookup - https://developers.virustotal.com/reference#url-scan\n\n## Install\n#### via PyPi\n```bash\npip3 install phishing-tracker\n```\n\n#### via Source\n```bash\ngit clone https://github.com/ndejong/phishing-tracker\ncd phishing-tracker\npython3 -m venv venv\nsource venv/bin/activate\npip3 install -r requirements.txt\npython3 setup.py clean\npython3 setup.py test\npython3 setup.py install\n```\n\n## Project\n* [github.com/ndejong/phishing-tracker](https://github.com/ndejong/phishing-tracker)\n\n## Analyzer Response Reports\n```dns_domainname_aaaa_record\ndns_domainname_a_record\ndns_domainname_cname_record\ndns_domainname_mx_record\ndns_domainname_ns_record\ndns_domainname_txt_record\ndns_domainname_unknown_tld\ndns_hostname_aaaa_record\ndns_hostname_a_record\ndns_hostname_cname_record\ndns_hostname_eq_dns_domainname\ndns_hostname_mx_record\ndns_hostname_ns_record\ndns_hostname_txt_record\nhttp_exception\nhttp_hostname_\u003cstatuscode\u003e_response\nhttps_certificate_exception\nhttps_certificate_hostname_mismatch\nhttps_exception\nhttps_hostname_\u003cstatuscode\u003e_response\nsafe_browsing_exception\nsafe_browsing_record\nsmtp_domainname_active\nsmtp_exception\nsmtp_hostname_active\nwhois_domainname_record\nwhois_exception\n```\n\n## Google Safe Browsing API key\nIn order to make use of the Google Safe Browsing API lookup, the environment variable `GCP_API_KEY` needs to be\nset with an appropriate GCP key that has access to the safe-browsing API - [read more here](https://developers.google.com/safe-browsing/v4/get-started).\n\n## Examples\n* [examples01.yml](https://github.com/ndejong/phishing-tracker/blob/master/examples/examples01.yml)\n\n\n## Authors\n[Nicholas de Jong](https://nicholasdejong.com)\n\n## License\nBSD-2-Clause - see LICENSE file for full details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndejong%2Fphishing-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndejong%2Fphishing-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndejong%2Fphishing-tracker/lists"}