Intelligence for DNS operators and secure digital outreach
A connected platform on
neononeapps.com:
run bulk DIG with evidence-grade output, automate network lookups through REST APIs,
and issue QR codes only after policy checks — from URLs and Maps to
vContact, vEvent, eInvites, and WhatsApp.
DIG-style lookups
Common RR types with multi-resolver behavior and TCP fallback when UDP answers truncate.
Domain WHOIS & IP RDAP
Registrar-facing fields alongside raw dumps for audits.
TLS, BGP, whats-my-IP
Certificate skim, RIPE RIS looking-glass hints, and edge-aware client IP helpers.
Health endpoint
Lightweight uptime checks for monitors.
Secure QR platform
Hosted at qrcode.neononeapps.com. URL and Google Maps QR for everyone; sign-in on the product for vContact, vEvent, family eInvites, and WhatsApp — with short links, expiry, and My Links.
The secure QR product enforces policy on every URL-class target before a code is issued — see the live app at qrcode.neononeapps.com.
Threat-aware URLs
Blocklist with full-URL and hostname-level matching; adult and gambling keyword screening on destinations.
Maps discipline
Google Maps allowlist, place/coordinate/search validation, short-link resolution for goo.gl-style URLs.
Rate limits & audit
Per-IP and per-user create limits; SQLite-backed links with clicks, expiry, and soft-delete.
DIG Interface — operational detail
Purpose-built UX on diginterface.neononeapps.com atop the same /api/dig contract documented under API reference — tuned for analysts, NOC workflows, and quick customer evidence.
GET https://diginterface.neononeapps.com/api/dig?name=<fqdn>&type=A&short=1
GET https://dignetworks.neononeapps.com/api/dig?name=<fqdn>&type=A&short=1
200 JSON shape (illustrative):
{
"query": { "name": "example.com.", "type": "A" },
"server": ["1.1.1.1"],
"rtt_ms": 12.34,
"ttl": 300,
"answers": ["93.184.216.34"]
}
Network endpoints (dignetworks host)
GET https://dignetworks.neononeapps.com/api/dig?name=<fqdn>&type=A&short=1
GET https://dignetworks.neononeapps.com/api/whois/domain?name=<fqdn>
GET https://dignetworks.neononeapps.com/api/whois/ip?addr=<ip>
GET https://dignetworks.neononeapps.com/api/whatsmyip
GET https://dignetworks.neononeapps.com/api/sslcheck?host=<fqdn>&port=443
GET https://dignetworks.neononeapps.com/api/bgp/lg?resource=<ip|prefix|asn>
GET https://dignetworks.neononeapps.com/health