You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ whoiswatcher was built to:
15
15
16
16
* Perform large sets of whois lookups quickly. It can be run in lambda or with serverless resources.
17
17
18
-
* Given a large set of domains as input, whoiswatcher will notify you to a domain registered to a company in your scope.
18
+
* Given a large set of domains as input, whoiswatcher will alert you of a domain in your scope (e.g. registrant email)
19
19
For example, if you feed it a list of yesterday's registered domains ([Daily Newly Registered Domains](https://www.whoisds.com/newly-registered-domains)) and there is a matching artifact to look for (e.g. registrant email) in your configuration; it will print to stdout.
20
-
The configuration can also combine two pieces of information (see Use Cases).
20
+
The configuration can also combine two pieces of information. For example a domain name (e.g. Tesla) plus the registrar they typically use (e.g. DNSination). See Use Cases below for more examples.
21
21
22
22
* whoiswatcher is designed to be fast, configurable, and with predictable output. For example, you can provide a single domain from stdin or a large set in a file and store searchable JSON output.
Let's say in the past I performed a WHOIS lookups using whoiswatcher on a large set of domains and stored the results to a JSON file. Later I want to come back and search through the entries using an updated watchlist:
133
+
Let's say in the past we performed a WHOIS lookups using whoiswatcher on a large set of domains and stored the results to a JSON file. Later we want to come back and search through the entries using an updated watchlist:
0 commit comments