🔗 URL
Uniform Resource Locator pointing to a web resource.
Network
🔧 Native workbench
🔎 Live indicators (IoC view)
🔗 Analyst pivots
🔌 Sources that yield URL (6)
| Source | Category | Auth | Format | |
|---|---|---|---|---|
| EU DisinfoLab / DFRLab Influence-operation research & case studies. | DISINFOINT | NONE | html | home↗ api↗ |
| GNET (Global Network on Extremism & Tech) Online extremism research hub. | Extremism | NONE | html | home↗ |
| INHOPE Hotline Network Global network of CSAM reporting hotlines. | Child Protection | NONE | html | home↗ |
| Internet Watch Foundation CSAM URL/hash reporting authority. | Child Protection | NONE | html | home↗ |
| NCMEC CyberTipline US clearinghouse for child exploitation reports. | Child Protection | NONE | html | home↗ |
| Tech Against Terrorism / TCAP Terrorist content analytics platform. | Extremism | NONE | html | home↗ |
🎯 Mission Domains
🔍 Lookup
📜 Playbook — URL exploitation
- Direction — frame the requirement for URL: what decision does this support, by when?
- Collection — pull the 6 mapped sources (6 free) and the native workbench (open); capture provenance and observe OPSEC.
- Processing — normalize, de-duplicate and enrich the collected data.
- Analysis — correlate against local holdings; apply ACH; assign confidence.
- Dissemination — open a case, draft a report, share via STIX/MISP.
- Feedback — set an alert rule / watchlist to monitor for change.
⚡ AI Skills & Automation
Automate unattended via the cron pipeline (collect → ingest → resolve → enrich → score → alert).
🧩 Advanced Capabilities
✨ Enrichment pathways
🎫 URL
A URL is a fully-qualified web resource locator combining scheme, host, path, and query that points to a specific page, payload, or endpoint. In investigations it captures phishing landing pages, malware download and C2 paths, and tracking/exfiltration endpoints, and it decomposes into host, path, and parameter indicators.
Format: RFC 3986: scheme://host[:port]/path[?query][#fragment]. Validate scheme (http/https), percent-encoding, punycode host, and defang notation (hxxp://, [.]).
📡 How it is collected
- Phishing email links / URL rewrites
- Proxy and web gateway logs
- Sandbox detonation network traces
- URL shortener expansions
- Threat-feed IOC ingestion
- Crawling and referrer chains
📚 Enrichment & validation sources
🔗 Pivot to
🧩 Analysis & hunting techniques
- URL decomposition (host/path/param analysis)
- Redirect-chain unwinding
- Payload detonation and hash extraction
- Favicon / DOM structural similarity clustering
- Kit fingerprinting (phishing kit paths)
- Defang/normalize handling
- Shortener expansion
- Live vs. dead / retrohunting
🔧 Tools
- urlscan.io
- ANY.RUN
- CyberChef
- Burp Suite
- curl/wget
- VirusTotal
- Hybrid Analysis
- gau/waybackurls
⚡ Workbench actions
- Detonate URL in sandbox
- Unwind redirect chain
- Capture live screenshot (urlscan)
- Extract & hash delivered payload
- Screen against phishing feeds
- Decompose host/path/params
- Compute favicon hash pivot
- Query Wayback history
📊 Dashboard KPIs
Malicious verdict count across enginesHTTP status / livenessRedirect hop countAge since first submissionDistinct payload hashes served
🔄 Data Feeds & Datasets
| Feed | Category | Format | Status |
|---|---|---|---|
| urlscan.io API | Reputation | json | enabled |
| Maltrail Malware | Domains/URLs | text | enabled |
| URLAbuse | Scam | text | enabled |
| abuse.ch URLhaus hostfile | Malware | text | off |
| abuse.ch URLhaus (text) | Malware | text | off |
| DigitalSide latest URLs | Malware URLs | text | off |
| URLhaus text (online) | Malware URLs | text | off |
| URLhaus Full | Malware URLs | csv | off |
| URLhaus (tags/family) | Malware URLs | csv | off |
| VXVault URLs | Domains/URLs | text | off |
| MalwareWorld Domains | Domains/URLs | text | off |
| DigitalSide URLs | Domains/URLs | text | off |
Workstation · Copilot · AI Skills · Automation · Playbooks · Lookups · Docs · Reports
🤖 AI Copilot
⚡ AI Skills
🔍 Lookup & Enrich
📚 Docs & Reports
💡 Recommendations
- Explore related tools below
- Automate recurring work via cron