Commit graph

107 commits

Author SHA1 Message Date
16d0a10500
fix: [I-D] country code for US/USA 2022-02-11 12:01:15 +01:00
Ben April
59fdf304b7 small grammar fix 2021-05-08 08:49:16 -04:00
Ben April
74be99319e ABNF grammar was missing new time_*_ms fields 2021-05-08 08:48:55 -04:00
1a2d911cf7
chg: [ref] D4 project - date fixed 2021-05-05 09:17:35 +02:00
aaronkaplan
be9de2de88
Add a section on MIME types. Closes issue #9. 2021-05-04 16:04:58 +02:00
aaronkaplan
ceaee596ea
Add section on solving issue #17. I think this can be closed now.
Not elegant, but works and makes the fsio output compatible.
2021-04-27 13:32:51 +02:00
AaronK
b9eb2af3d2
Update pdns-qof.xml
Update Aaron's contact infos. Not with CERT.at anymore
2021-04-27 12:54:49 +02:00
AaronK
c8571d2628
Update pdns-qof.xml
be a bit more specific on what JSON data type rrname field is.
2021-04-27 12:54:48 +02:00
9f07b31e6e
chg: [07] updates 2020-06-25 14:58:23 +02:00
ffbc74ef9f
new: [millisecond resolution] time_first_ms and time_last_ms added 2020-06-25 14:49:48 +02:00
Paul Vixie
162f90f3cc finish prior change, thanks djw 2019-07-25 20:46:40 +00:00
paul vixie
25766cb2b2
Update pdns-qof.xml
origin can't be a URI because the responder has no reason to know the access method (HTTP vs HTTPS for example, or others in the future) that the requestor used to reach the service. what's important is to provide a unique origin name for this row, so as to disambiguate it from other rows which may have the same name and type but a different rrset. for that we need only a domain name, which we might actually prefer to represent in the web's and SNMP's resource style, as in, .info.dnsdb.api rather than api.dnsdb.info. for now i've assumed that we'll use a domain name, which will be the service's understanding of its advertised name, rather than as a URI, which could include a lot of details that the origin server will not know. if a URI is given by some pre-standard server, then only its domain name will be meaningful.
2019-07-24 19:46:13 -06:00
9fed1e424b
chg: [I-D] house keeping before submission 2019-04-08 14:50:33 +02:00
David Waitzman
545af5573d Allow single-string result for RDATA to be an Array.
Clarify that examples do not require that multiple objects be returned by a single query.

Clarify that list of rrtypes is not exhaustive.

Fix various document lint.
2019-04-08 08:26:12 -04:00
1e29c28a20
chg: [cof] Updated reference to Passive DNS implementing COF and DNSDBq added 2019-02-10 12:26:55 +01:00
fe3ee30aa7
fix: CIRCL address 2018-06-20 21:57:14 +02:00
01778789d6
add: clarification that the document is covering current best practices
and a simple explanation of the GDPR aspect
2018-06-20 21:54:52 +02:00
d1d739b7c7 New release updated 2017-06-13 05:59:13 +02:00
1949ed9487 Added an optional prefix to the sensor_id based on discussion regarding
public measurement system or/and other public system gathering DNS
passively.
2017-04-22 11:08:50 +02:00
2bc5ece42d 02 updates added 2017-04-16 18:17:45 +02:00
9e23c318fa Spaces removed - origin missing added 2015-11-13 21:33:06 +01:00
40e94f4bf1 New release 01 2015-11-13 09:43:00 +01:00
8515acb5ee CIRCL Passive DNS link fixed 2015-11-13 09:25:00 +01:00
85f76d2658 origin added as an additional field 2015-11-13 09:23:28 +01:00
06a6673fcd Update for WG DNSOP 2014-04-04 12:14:30 +02:00
Aaron Kaplan
e3d8f07fbc clarified sensor_id according to discussion with Tony Finch 2014-02-27 18:52:06 +01:00
Aaron Kaplan
94e89223b5 fixed ABNF, updated TODO.md 2014-02-27 14:45:32 +01:00
39f6aa6c28 Prepare for 02 (to be published in February) 2014-02-02 08:41:05 +01:00
d6f34b8f1c Prepared for 02 publication 2014-02-02 08:40:25 +01:00
20c869ae7d Typo fixed 2014-02-02 08:31:00 +01:00
395ba68c94 Clarification of the sensor_id -> JSON string / note for escaping.
Aaron: could you check if your implementation is ok?
2014-02-02 08:29:10 +01:00
5bdbb3ab8f String value of resource records must be escaped as
defined in the JSON RFC.
2014-02-02 08:24:59 +01:00
1f63e5e847 Clarification for JSON output 2014-02-02 08:09:48 +01:00
43ae01e56e Clarification for all JSON types. (dnsop feedback) 2014-02-02 07:58:10 +01:00
195da6bad8 time_first and time_last are JSON numbers. (dnsop feedback) 2014-02-02 07:50:16 +01:00
ed1ed0a78e zone file -> master file (dnsop feedback) 2014-02-02 07:46:16 +01:00
a121fb4e7d rdata clarification (dnsop feedback)
If resource records are multiple, an array is returned. Each record from the array
is represented as a JSON string.
If resource record returned is signle, it's a string.
2014-02-02 07:43:24 +01:00
d674178d6d rdata type clarification array
Multiple resource records -> JSON array
Single resource record -> JSON string
2014-02-02 07:35:21 +01:00
091bfcd078 Reference to JSON added 2014-02-02 07:20:06 +01:00
3c5f0ffd48 rrtype: Resource Record (RR) TYPEs and not "DNS Label types" (dnsop feedback) 2014-02-02 07:10:45 +01:00
c07abd7429 replace "zone file" with "master file" (dnsop feedback)
As RFC1035/RFC1034 mentions "master file" only.
2014-02-02 07:07:20 +01:00
a327cbf3a7 Clarification for rrtype JSON format (feedback from dnsop)
String when known, Number when unknown
2014-02-02 07:04:08 +01:00
e6008aef02 Examples corrected 2014-01-07 14:16:46 +01:00
eca2d23b3b Date updated 2014-01-07 14:00:30 +01:00
02feba4eb9 Move to draft-dulaunoy-kaplan-passive-dns-cof-01 2014-01-07 13:59:00 +01:00
43b39a8183 rrdata -> rdata 2014-01-06 16:43:28 +01:00
94948f8910 should be rrtype (not rtype) 2014-01-06 16:41:31 +01:00
871161d45b rrname typo fixed 2014-01-06 16:38:09 +01:00
Aaron Kaplan
96a9c22530 fix Henry's contact infos 2013-12-28 00:20:47 +01:00
Aaron Kaplan
956770f3ad typo: WeiMer instead of WeiNer. 2013-12-27 19:26:14 +01:00