Kent Gruber
Kent Gruber
### Quick Overview of cscprotectsbrands ``` Cyber security services, including DNS, distributed denials of service (DDoS) protection, **anti-phishing** and email fraud solution, SSLs, MultiLock, and two-factor authentication. ... ``` For...
[MarkMonitor](https://en.wikipedia.org/wiki/MarkMonitor) is a thing. It'd be interesting to have a detector to see if the domains being checked are monitored by MarkMonitor.
In truth, to search for if a domain is available via HTTP backends can be pretty darn straight forward. > Like anything else in like, or in programming, it is...
Can help detect if a domain has been regisrted by checking if it's been parked. ``` curl "https://duckduckgo.com/?q=facebook.com" | grep "is a parked domain (last time we checked)" ```
Simple and effective for some situations to check if a domain is already used. > Not perfect in all situations, sure.