Announcing Hunt SQL

Announcing Hunt SQL

Announcing Hunt SQL

Published on

Oct 3, 2024

SELECT

domain.hostname,

http.title,

dns.a

FROM

hosts

WHERE

ssl.is_self_signed = true

AND domain.apex = 'ge.com'

SELECT

domain.hostname,

http.title,

dns.a

FROM

hosts

WHERE

ssl.is_self_signed = true

AND domain.apex = 'ge.com'