From ab5dfa006bf4ace47879e06ac230aaa7381ad939 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Thu, 11 Feb 2021 11:31:22 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce7d8cf..4c2f01b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ -# open-questions +# Open questions for Bellingcat technical contributors -These are difficult, long-term projects that would contribute to open source investigations at Bellingcat and for other investigators around the world. +These are difficult, long-term projects that would contribute to open source investigations at Bellingcat and for other investigators around the world. If you are interested in working on these topics, Bellingcat can help connect you with technical resources. -* Assisted or semi-automated terrain perspective match: from a photograph containing topographic features, can the location and view angle be determined? Topographic features could be traced from the image manually. An approximate geographic bounding box could be required to constrain the search space. -* Create an open source package for chrono-locating a audio/video source by matching electrical network frequency variations (from low frequency hums in source audio) with recorded variations in a grid frequency database (i.e. https://osf.io/m43tg/). This is theoretically possible (lots of IEEE articles about it) and reportedly in use by state-level justice entities, but is it practical for the OSINT hobbyist? To my knowledge, no one has publicly developed a public, non-academic proof-of-concept of this. +## Assisted or semi-automated terrain perspective match + +From a photograph containing topographic features, can the location and view angle be determined? +* Topographic features could be traced from the image manually. +* An approximate geographic bounding box could be required to constrain the search space. + +## Electrical network frequency analysis + +Create an open source package for chrono-locating a audio/video source by matching electrical network frequency variations (from low frequency hums in source audio) with recorded variations in a grid frequency database (i.e. https://osf.io/m43tg/). This is theoretically possible (many IEEE articles about it) and reportedly in use by state-level justice entities, but is it practical for the OSINT hobbyist? To our knowledge, no one has publicly developed a public, non-academic proof-of-concept of this.