Technical Validation Protocol

A step-by-step guide on "Technical Identification". Learn how to verify official Golisimo infrastructure using DNS records, SSL validation, and cryptographic signatures.

Step 1: DNS Verification

Official Golisimo domains will always resolve to our authorized IP ranges. You can verify the authenticity of a domain by checking its TXT records for our unique verification string.

$ dig TXT golisimo.com
;; ANSWER SECTION:
golisimo.com. 3600 IN TXT "v=spf1 include:_spf.golisimo.com ~all"
golisimo.com. 3600 IN TXT "golisimo-site-verification=GOL-9928-SEC-X"

Step 2: SSL/TLS Certificate Audit

All official Golisimo properties use Extended Validation (EV) or high-assurance certificates issued by recognized Certificate Authorities. Check the "Subject Alternative Name" (SAN) and "Organization" fields.

Issuer: DigiCert Global G2
Subject: O=Golisimo Inc. / CN=*.golisimo.com
Fingerprint (SHA-256):
8F:2D:9A:11:B3:C4:E5:F6:A7:B8:C9:D0:E1:F2:A3:B4:C5:D6:E7:F8

Step 3: Security.txt Compliance

Every authorized Golisimo sub-domain must host a security.txt file in the /.well-known/ directory or the root directory, following RFC 9116 standards.

GET https://golisimo.com/.well-known/security.txt
HTTP/1.1 200 OK
Content-Type: text/plain

Automated Verification Tool

Enter a URL below to perform a heuristic authenticity check against our known infrastructure database.