← All Threat Hunting ReportsThreat Hunting Exercise

Threat Hunting Exercise: Analyzing Proxy Newly-Registered-Domain Beaconing Dataset

This hunt uses a simulated web proxy dataset (proxy_nrd_beacon_2022-04-30T080000.json) capturing T1071.001: Web Protocols and T1583.001: Acquire Infrastructure - Domains, where an implant beacons to a domain registered within the last 7 days - a classic C2 infrastructure pattern that predates DNS reputation blocklists catching up.

Step 1: Hypothesis Formation

Hypothesis: A host repeatedly contacts a domain whose WHOIS creation date is within 7 days of first observed traffic, over HTTPS, with regular request intervals and minimal referrer/user-navigation context (no prior search-engine referral, no bookmark pattern) - indicating malware-driven access rather than a user browsing to a new site. Indicators:

Null Hypothesis: A user legitimately clicked a link (e.g., from a promotional email) to a newly-launched vendor site. Invalidate by checking for corroborating email/click-through logs and by confirming request regularity inconsistent with human browsing (fixed-interval automated requests vs. organic page-load bursts).

Rationale: NRDs are disproportionately used for short-lived C2 and phishing infrastructure since domain-reputation systems have not yet built a history; this hunt validates whether domain-age enrichment on proxy logs is a high-signal, low-noise hunting lead.

Step 2: Data Sources and Scope

Step 3: Key Findings

Parsed events (7 shown) confirm 61 proxy requests to a 6-day-old domain at a regular ~8-minute interval, with no legitimate referrer.

Timestamp (UTC)HostDomainMethodIOC/Why Suspicious?
2022-04-30 08:03:11WKS-HR-009secure-doc-portal-verify[.]comPOST /checkAge IOC: domain registered 6 days prior - well within the high-risk NRD window.
2022-04-30 08:11:22WKS-HR-009secure-doc-portal-verify[.]comPOST /check8m11s gap - matches subsequent intervals almost exactly.
2022-04-30 08:19:40WKS-HR-009secure-doc-portal-verify[.]comPOST /checkThird request, same interval - regularity building.
-WKS-HR-009(all requests)N/AReferrer IOC: zero requests carry a browser referrer header consistent with organic navigation (search engine, email link) - all requests are direct POSTs typical of a background process, not user clicks.
-WKS-HR-009(email gateway)N/ANull-hypothesis check: no email in the gateway logs references this domain - rules out the "user clicked a promo link" explanation.
2022-04-30 09:45:00WKS-HR-009secure-doc-portal-verify[.]comPOST /check (larger body)One request with a payload ~15x larger than baseline - likely data staged for exfil or a tasking response.
2022-04-30 16:00:00WKS-HR-009secure-doc-portal-verify[.]com(summary)61 total requests over 8 hours, average interval 7m54s, stdev 22s - statistical regularity inconsistent with human browsing.

Validation:

Step 4: Recommendations & Next Steps

Hypothesis confirmed - automated, regular-interval beaconing to a 6-day-old newly-registered domain with no legitimate referral path!