← Solutions

Stop phishing at resolution

The domain is blocked before the page loads.

Every phishing attack starts with a lookup. Blocklists catch known domains. The Greywall holds the ones registered this morning.

control.securd.com/gateway/acme/logs
Traffic Logs client.ip: 10.1.5.40
TimestampActionSiteQuery NameSource IPReason
2026-09-15 08:41:02acceptcorp-officelogin.microsoftonline.com10.1.5.40allow list
2026-09-15 08:41:19greywallcorp-officemicros0ft-secure-login.com10.1.5.40first seen, rank 0
2026-09-15 08:41:19threatcorp-officedocs-share-verify.top10.1.5.40feed: phishing-urls
2026-09-15 08:42:03blockcorp-officesso-reset-portal.info10.1.5.40category: parked
One user, one minute: the real login resolves, the lookalike is held, the feed hit is blocked.
The problem

The phishing domain is younger than your blocklist

Lookalike domains are registered hours before the email lands and abandoned hours after. A feed that learns about the domain tomorrow is a feed that missed it. The click resolves a name, and that is the moment to answer.

Lookalikes are new

A domain registered this morning has no reputation and no rank. First-seen is the only signal that exists in time.

Links open outside the mail client

QR codes, chat messages and documents deliver the same link past mail filtering.

The page is convincing

Users cannot be the control. The resolver answers before the page renders.

How it works

Three layers at the lookup

Capabilities

Anti-phishing controls

Your feeds, enforced

Ingest phishing indicators in STIX, CSV, TXT or JSON on a schedule. Enforcement follows the next publish.

First-seen hold

Newly registered lookalikes are first-seen by definition. Held before anyone can enter a password.

Establishment rank

Rank zero in the log means the domain has no history anywhere. Prioritize the review.

Branded block page

Your logo, your wording, the reason. Users learn what a block looks like.

SOAR push

An analyst confirms a campaign and pushes the domain to the block list from the SOAR in one call.

Who clicked

Every held or blocked lookup carries the source address. The user who clicked is in the log before they report it.

Push API

From the SOAR to every policy in one call

A confirmed phishing domain goes into the block list with a confidence score, an expiry and the case reference, and is enforced everywhere on the next publish.

push
POST /api/v1/gateway/push/{list_uuid}/entries
Authorization: Bearer sk_...   (scope: lists:write)

{ "entries": [
  { "value": "micros0ft-secure-login.com", "confidence": 95,
    "expires_in": 604800, "source_ref": "IR-2291", "note": "credential harvest" }
] }

Questions teams ask

Does this replace email security?

No. Mail filtering removes messages. Securd blocks the destination when a link is clicked from anywhere: mail, chat, a document, a QR code.

Will the Greywall hold legitimate new sites?

Yes, and the review queue shows them with the requesting site and rank. Approve once and the entry is permanent for that policy.

Can I see who clicked?

Every event carries the client address and site. Forward to the SIEM to join with your identity data.

Stop the next lookalike before it renders

One policy on the office network with the Greywall on. Review the queue after the next campaign.