Hiring is now
an attack surface.

State actors and financial fraudsters are exploiting the seam between security and HR. Census is the AI verification layer that closes it across the full hiring lifecycle, in language your auditors and your candidates can both follow.

FUSED RISK SCORE 24 Low risk Resume intelligence weight 0.30 · verified Video authenticity weight 0.25 · verified Behavioral biometrics weight 0.25 · verified Historical consistency weight 0.20 · verified FUSION CORE fault-tolerant consensus
The problem in 60 seconds

Hiring is no longer just an HR concern. It is a supply-chain control.

Foreign IT-worker programs have placed operatives inside more than one hundred US enterprises, including security vendors and Fortune 500 firms. The schemes generate hundreds of millions of dollars per year in fraudulent salaries, and after detection, routinely escalate to data theft and extortion against the very employers being defrauded.

A single compromised security vendor is a multiplier across every customer it protects.

Why your current stack misses this

Each verdict is correct on its own terms.
None of them talk to one another.

The capabilities to detect employment fraud already exist as point tools, owned by different teams, optimized for narrow windows. Individually they all return green. The joint pattern is the seam.

ResumeVerify
claim_validator
PASS

Education, employment dates, and certifications validated against source records.

3 of 3 institutions matched
Employment dates contiguous
No fabricated certifications
ScreenWatch
background_check
PASS

Identity and criminal record check against the legal name provided.

SSN trace · valid
County 7-year · clear
Sanctions / OFAC · clear
Liveness.io
deepfake_detection
PASS

Real-time liveness and deepfake-artifact detection during the live interview call.

Pulse + microexpression OK
No GAN artifacts detected
Replay confidence 0.97
Census · joint pattern
cand_01J5K9XQH2 · fused across 4 signals
SUSPICIOUS · routed to review

Resume claims verify. Background record is clean against the provided identity. Liveness is real. And yet, the keystroke cadence on the take-home does not match the cadence captured during the interview, the LinkedIn timeline was assembled in a 6-week burst three months ago, and the candidate's GitHub commit hours sit in a UTC+8 distribution that nothing on the resume explains.

Behavioral drift
Δ 0.62 · high
Historical seam
6-week persona
Geo / time anomaly
UTC+8 commits
Four signals · One score

Independent signals.
Fused into evidence.

No single signal is enough. Census fuses four, each independently verifiable, each weighted, each surfaced as evidence on every decision.

Resume intelligence

Cross-checks claims against verifiable employment, education, and identity records, not just keyword overlap.

0.30 weight

Video authenticity

Detects deepfake artifacts and replay attacks across live and asynchronous interview footage.

0.25 weight

Behavioral biometrics

Typing cadence, mouse dynamics, and tool fluency profile the operator behind the screen.

0.25 weight

Historical consistency

Continuously reconciles the resume timeline against public, social, and verifiable records over years.

0.20 weight

One explainable score

Every score breaks down into the evidence that produced it. Borderline cases route automatically to human reviewers.

0–100 · advisory

Continuous post-hire

Catches the case point tools cannot: an operator substituted in after onboarding, or an account quietly transferred.

always-on
Continuous · Not point-in-time

Four moments. One score.

The moment of hire is no longer a hand-off out of risk visibility. Every score updates as new evidence arrives.

Stage 1

Application

score 12 · low
Stage 2

Finalist

score 24 · low
Stage 3 · current

Offer

score 56 · borderline
Stage 4 · continuous

Post-hire

always-on monitoring
+24 behavioral spike 100 0
For CISOs

The attack surface where you have the least visibility is the one where the operator is already inside.

Census fits behind your existing stack. We orchestrate the deepfake detection, behavioral analytics, and OSINT layers you already pay for; we do not replace them. Continuous post-hire scoring catches the case point tools cannot: an operator substituted in after onboarding completes, or an account quietly transferred to a third party.

For HR Leaders

Built for the way modern hiring teams actually operate.

Adverse-action documentation is generated for you, with claim-by-claim detail specific enough to be challenged on its merits. Borderline scores are routed to human reviewers, not auto-resolved. And the platform produces one clean signal across the background-check, identity, and ATS tools your team already depends on.

Developer-first

One API.
Every signal.

Drop Census into your ATS, IDP, or onboarding flow with a few lines. Webhooks fire when evidence changes; no polling required.

  • RESTful API · normalized signals · explainable evidence
  • SDKs for Node, Python, Ruby, Go, .NET
  • Webhooks for score deltas and post-hire alerts
  • EEOC-aligned adverse-action documents auto-generated
import Census from "@census/sdk";

const census = new Census(process.env.CENSUS_API_KEY);

const { score, tier, evidence } = await census.evaluate({
  candidate_id: "cand_01J5K9XQH2",
  stage:        "finalist",
});

if (tier === "borderline") {
  await census.routeToReview(candidate_id);
}
from census import Census
census = Census(api_key=os.environ["CENSUS_API_KEY"])

result = census.evaluate(
  candidate_id="cand_01J5K9XQH2",
  stage="finalist",
)

if result.tier == "borderline":
  census.route_to_review(result.candidate_id)
curl --request POST \
  --url https://api.census.com/v1/evaluations \
  --header "Authorization: Bearer $CENSUS_API_KEY" \
  --data '{
    "candidate_id": "cand_01J5K9XQH2",
    "stage": "finalist"
  }'
200 score: 56 · tier: borderline · evidence: 4 signals · routed to: review_queue
Become a development partner

We are working with a small set of design partners through 2026.

If you are a security vendor, a Fortune 500 employer, or a policy body that takes employment-vector intrusion seriously, we want to talk. Development partners get hands-on access, direct influence on the roadmap, and a seat at the table on the cross-industry signal-sharing schema we are convening.

Read the full whitepaper and get involved

Closing the Employment Fraud Gap in the AI Era
Our whitepaper for security, HR, and risk leaders.

Covers the threat model, the platform's design principles, the scoring methodology, and our proposal for cross-industry hiring-risk signal sharing.

Abstract

State actors and financial fraudsters are exploiting hiring as a cyberattack surface. The North Korean IT-worker program alone has placed operatives inside more than one hundred US enterprises, including security vendors and Fortune 500 firms, generating hundreds of millions of dollars per year in fraudulent salaries and, after detection, escalating to data extortion against the very employers being defrauded. The capabilities required to detect this threat exist today as point tools (resume validation, background checks, document authenticity, deepfake detection, behavioral biometrics) but they do not communicate with one another, and no system reasons over them coherently across the full hiring lifecycle. Census Networks is an AI-first platform that fills that gap. Multiple specialized models, organized into four pillars, produce independent judgments that a fault-tolerant consensus engine fuses into a single, explainable risk score that travels with a candidate from application through continuous post-hire monitoring. This paper sets out the threat model, the platform's design principles, the scoring methodology and compliance posture, a concrete proposal for cross-industry hiring-risk signal sharing, and the deployment and integration patterns that make the platform real.

Download the whitepaper (PDF) →