Internet-Draft Safe Internet Measurement August 2022
Learmonth, et al. Expires 20 February 2023 [Page]
Workgroup:
Network Working Group
Internet-Draft:
draft-irtf-pearg-safe-internet-measurement-06
Published:
Intended Status:
Informational
Expires:
Authors:
I. R. Learmonth
HamBSD
G. Grover
Centre for Internet and Society
M. Knodel
Center for Democracy and Technology

Guidelines for Performing Safe Measurement on the Internet

Abstract

Researchers from industry and academia often use Internet measurements as part of their work. While these measurements can give insight into the functioning and usage of the Internet, they can come at the cost of user privacy. This document describes guidelines for ensuring that such measurements can be carried out safely.

Note

Comments are solicited and should be addressed to the research group's mailing list at pearg@irtf.org and/or the author(s).

The sources for this draft are at:

https://github.com/irl/draft-safe-internet-measurement

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

This Internet-Draft will expire on 20 February 2023.

Table of Contents

1. Introduction

Performing research using the Internet, as opposed to an isolated testbed or simulation platform, means that experiments co-exist in a space with other users. This document outlines guidelines for academic and industry researchers that might use the Internet as part of scientific experimentation to mitigate risks to the safety of other users.

1.1. Scope of this document

These are guidelines for how to measure the Internet safely. When performing research on a platform shared with live traffic from other users, that research is considered safe if and only if other users are protected from or unlikely to experience danger, risk, or injury, now or in the future, due to the research.

Following the guidelines contained within this document is not a substitute for any institutional ethics review process, although these guidelines could help to inform that process. It is particularly important for the growing area of research that includes Internet measurement to better equip review boards to evaluate Internet measurement methods [SIGCOMM], and we hope that this document is part of that larger effort.

Similarly, these guidelines are not legal advice and local laws must also be considered before starting any experiment that could have adverse impacts on user safety.

The scope of this document is restricted to guidelines that mitigate exposure to risks to Internet user safety when measuring properties of the Internet: the network, its constiuent hosts and links, or its users traffic.

For the purpose of this document, an Internet user is an individual or organisation whose data is used in communications over the Internet, most broadly, and those who use the Internet to communicate or maintain Internet infrastructure.

1.2. Threat Model

A threat is a potential for a security violation, which exists when there is a circumstance, capability, action, or event that could breach security and cause harm [RFC4949]. Every Internet measurement study has the potential to subject Internet users to threat actions, or attacks.

Many of the threats to user safety occur from an instantiation (or combination) of the following:

Surveillance: An attack whereby an Internet user's information is collected. This type of attack covers not only data but also metadata.

Inadequate protection of collected data: An attack where data, either in flight or at rest, was not adequately protected from disclosure. Failure to adequately protect data to the expectations of the user is an attack even if it does not lead to another party gaining access to the data.

Traffic generation: An attack whereby traffic is generated to traverse the Internet.

Traffic modification: An attack whereby the Internet traffic of users is modified.

Any conceivable Internet measurement study might be considered an attack on an Internet user's safety. It is always necessary to consider the best approach to mitigate the impact of measurements, and to balance the risks of measurements against the benefits to impacted users.

1.3. Measurement Studies

Internet measurement studies can be broadly categorized into two groups: active measurements and passive measurements. Active measurements generate or modify traffic while passive measurements use surveillance of existing traffic. The type of measurement is not truly binary and many studies will include both active and passive components. The measurement of generated traffic may also lead to insights into other users' traffic indirectly.

XXX On-path/off-path

XXX One ended/two ended

1.4. User Impact from Measurement Studies

Consequences of attacks

Breach of Privacy: data collection. This impact also covers the case of an Internet user's data being shared beyond that which a user had given consent for.

Impersonation: An attack where a user is impersonated during a measurement.

XXX Legal

XXX Other Retribution

System corruption: An attack where generated or modified traffic causes the corruption of a system. This attack covers cases where a user's data may be lost or corrupted, and cases where a user's access to a system may be affected.

XXX Data loss, corruption

XXX Denial of Service (by which self-censorship is covered)

XXX Emotional Trauma

3. Safety Considerations

3.1. Isolate risk with a dedicated testbed

Wherever possible, use a testbed. An isolated network means that there are no other users sharing the infrastructure you are using for your experiments.

When measuring performance, competing traffic can have negative effects on the performance of your test traffic and so the testbed approach can also produce more accurate and repeatable results than experiments using the public Internet.

WAN link conditions can be emulated through artificial delays and/or packet loss using a tool like [netem]. Competing traffic can also be emulated using traffic generators.

3.2. Be respectful of others' infrastructure

If your experiment is designed to trigger a response from infrastructure that is not your own, consider what the negative consequences of that may be. At the very least your experiment will consume bandwidth that may have to be paid for.

In more extreme circumstances, you could cause traffic to be generated that causes legal trouble for the owner of that infrastructure. The Internet is a global network crossing many legal jurisdictions and so what may be legal for you is not necessarily legal for everyone.

If you are sending a lot of traffic quickly, or otherwise generally deviate from typical client behaviour, a network may identify this as an attack which means that you will not be collecting results that are representative of what a typical client would see.

3.3. Maintain a "Do Not Scan" list

When performing active measurements on a shared network, maintain a list of hosts that you will never scan regardless of whether they appear in your target lists. When developing tools for performing active measurement, or traffic generation for use in a larger measurement system, ensure that the tool will support the use of a "Do Not Scan" list.

If complaints are made that request you do not generate traffic towards a host or network, you must add that host or network to your "Do Not Scan" list, even if no explanation is given or the request is automated.

You may ask the requester for their reasoning if it would be useful to your experiment. This can also be an opportunity to explain your research and offer to share any results that may be of interest. If you plan to share the reasoning when publishing your measurement results, e.g. in an academic paper, you must seek consent for this from the requester.

Be aware that in publishing your measurement results, it may be possible to infer your "Do Not Scan" list from those results. For example, if you measured a well-known list of popular websites then it would be possible to correlate the results with that list to determine which are missing.

3.4. Minimize Data

When collecting, using, disclosing, and storing data from a measurement, use only the minimal data necessary to perform a task. Reducing the amount of data reduces the amount of data that can be misused or leaked.

When deciding on the data to collect, assume that any data collected might be disclosed. There are many ways that this could happen, through operation security mistakes or compulsion by a judicial system.

When directly instrumenting a protocol to provide metrics to a passive observer, see section 6.1 of RFC6973 [RFC6973] for data minimalization considerations specific to this use case.

3.4.1. Discard Data

XXX: Discard data that is not required to perform the task.

When performing active measurements be sure to only capture traffic that you have generated. Traffic may be identified by IP ranges or by some token that is unlikely to be used by other users.

Again, this can help to improve the accuracy and repeatability of your experiment. [RFC2544], for performance benchmarking, requires that any frames received that were not part of the test traffic are discarded and not counted in the results.

3.4.2. Mask Data

XXX: Mask data that is not required to perform the task. Particularly useful for content of traffic to indicate that either a particular class of content existed or did not exist, or the length of the content, but not recording the content itself. Can also replace content with tokens, or encrypt.

3.4.3. Reduce Accuracy

XXX: Binning, categorizing, geoip, noise.

3.4.4. Aggregate Data

When collecting data, consider if the granularity can be limited by using bins or adding noise. XXX: Differential privacy.

XXX: Do this at the source, definitely do it before you write to disk.

[Tor.2017-04-001] presents a case-study on the in-memory statistics in the software used by the Tor network, as an example.

4. Analyze Risk

The benefits should outweigh the risks. Consider auxiliary data (e.g. third-party data sets) when assessing the risks.

5. Security Considerations

Take reasonable security precautions, e.g. about who has access to your data sets or experimental systems.

6. IANA Considerations

This document has no actions for IANA.

7. Acknowledgements

Many of these considerations are based on those from the [TorSafetyBoard] adapted and generalised to be applied to Internet research.

Other considerations are taken from the Menlo Report [MenloReport] and its companion document [MenloReportCompanion].

8. Informative References

[netem]
Stephen, H., "Network emulation with NetEm", .
[RFC2544]
Bradner, S. and J. McQuaid, "Benchmarking Methodology for Network Interconnect Devices", RFC 2544, DOI 10.17487/RFC2544, , <https://www.rfc-editor.org/info/rfc2544>.
[TorSafetyBoard]
Tor Project, "Tor Research Safety Board", <https://research.torproject.org/safetyboard/>.
[RFC4949]
Shirey, R., "Internet Security Glossary, Version 2", , <https://www.rfc-editor.org/info/rfc4949>.
[Tor.2017-04-001]
Herm, K., "Privacy analysis of Tor's in-memory statistics", Tor Tech Report 2017-04-001, , <https://research.torproject.org/techreports/privacy-in-memory-2017-04-28.pdf>.
[MenloReport]
Dittrich, D. and E. Kenneally, "The Menlo Report: Ethical Principles Guiding Information and Communication Technology Research", , <https://www.caida.org/publications/papers/2012/menlo_report_actual_formatted/>.
[MenloReportCompanion]
Bailey, M., Dittrich, D., and E. Kenneally, "Applying Ethical Principles to Information and Communication Technology Research", , <https://www.impactcybertrust.org/link_docs/Menlo-Report-Companion.pdf>.
[RFC6973]
Cooper, A., Tschofenig, H., Aboba, B., Peterson, J., Morris, J., Hansen, M., and R. Smith, "Privacy Considerations for Internet Protocols", RFC 6973, , <https://www.rfc-editor.org/info/rfc6937>.
[SIGCOMM]
Jones, B., Ensafi, R., Feamster, N., Paxson, V., and N. Weaver, "Ethical Concerns for Censorship Measurement", , <http://conferences.sigcomm.org/sigcomm/2015/pdf/papers/nsethics/p17.pdf>.

Authors' Addresses

Iain R. Learmonth
HamBSD
Gurshabad Grover
Centre for Internet and Society
Mallory Knodel
Center for Democracy and Technology