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: domaintools_iris.json
+112Lines changed: 112 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2326,6 +2326,118 @@
2326
2326
}
2327
2327
],
2328
2328
"versions": "EQ(*)"
2329
+
},
2330
+
{
2331
+
"action": "domain discovery feed",
2332
+
"description": "New domains as they are either discovered in domain registration information, observed by our global sensor network, or reported by trusted third parties.",
2333
+
"type": "investigate",
2334
+
"identifier": "domain_discovery_feed",
2335
+
"read_only": true,
2336
+
"parameters": {
2337
+
"domain": {
2338
+
"description": "Used to filter feed results. The filter can be an exact match or a partial match when the * character is included at the beginning and/or end of the value.",
2339
+
"data_type": "string",
2340
+
"order": 0
2341
+
},
2342
+
"before": {
2343
+
"description": "The end of the query window in seconds or in ISO8601 format, relative to the current time, inclusive.",
2344
+
"data_type": "string",
2345
+
"order": 1
2346
+
},
2347
+
"after": {
2348
+
"description": "The start of the query window in seconds in ISO8601 format, relative to the current time, inclusive.",
2349
+
"data_type": "string",
2350
+
"order": 2
2351
+
},
2352
+
"session_id": {
2353
+
"description": "Serves as a unique identifier for the session. This parameter ensures that data retrieval begins from the latest timestamp recorded in the previous data pull.",
2354
+
"data_type": "string",
2355
+
"order": 3
2356
+
},
2357
+
"top": {
2358
+
"description": "The number of results to return in the response payload. Primarily used for testing.",
0 commit comments