Author Topic: Automatic Doxing  (Read 1359 times)

0 Members and 1 Guest are viewing this topic.

Offline MilesAway

  • /dev/null
  • *
  • Posts: 9
  • Cookies: 0
  • <b>[!]</b>
    • View Profile
Automatic Doxing
« on: November 15, 2014, 12:55:38 pm »
I was on my way to work the other day, when an ad for a security firm got me thinking: is it possible to use keywords for automatic doxing? Let's say we have a program looking of a phrase such as "My number is", and when it detects it, it automatically remembers the number. Could that work, and if not, what would be the closest thing to it?

Offline TheWormKill

  • EZ's Scripting Whore
  • Global Moderator
  • Knight
  • *
  • Posts: 257
  • Cookies: 66
  • The Grim Reaper of Worms
    • View Profile
Re: Automatic Doxing
« Reply #1 on: November 15, 2014, 01:26:13 pm »
Well, you'd need to implement some kind of webcrawler, which is parsing websites, since this is probably your target. Then you'd need to analyze their content, while it may be tricky to extract it from menus etc. Afterwards you'd need a way to store the data and somehow create connections to real people. All in all an interesting project, but very complex and probably hard to realize, since the results will be quite shitty.
« Last Edit: November 15, 2014, 01:27:22 pm by TheWormKill »
Stuff I did: How to think like a superuser, Iridium

He should make that "Haskell"
Quote
<m0rph-is-gay> fuck you thewormkill you python coding mother fucker

Offline MilesAway

  • /dev/null
  • *
  • Posts: 9
  • Cookies: 0
  • <b>[!]</b>
    • View Profile
Re: Automatic Doxing
« Reply #2 on: November 15, 2014, 01:53:54 pm »
Well, you'd need to implement some kind of webcrawler, which is parsing websites, since this is probably your target. Then you'd need to analyze their content, while it may be tricky to extract it from menus etc. Afterwards you'd need a way to store the data and somehow create connections to real people. All in all an interesting project, but very complex and probably hard to realize, since the results will be quite shitty.

Well, I guess that on computers it would be difficult to execute, but how about on phones? It's possible to create an app that monitors text messages and sends them to me, but could you use a keyword system to avoid tons of useless conversations? Could the system also monitor internet searches?

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Automatic Doxing
« Reply #3 on: November 15, 2014, 02:31:19 pm »
This is somewhat how fedbots work. Connection on IRC has more experience with those...

Offline zenith

  • Peasant
  • *
  • Posts: 58
  • Cookies: 36
    • View Profile
Re: Automatic Doxing
« Reply #4 on: November 15, 2014, 04:57:12 pm »
As has been said already, it can definitely be done, but it's a fairly complicated project.

This guy developed an app to take someone's photo and auto-dox them to return their birth date and SSN number. I imagine it's not a far leap from there to return pretty much any freely available information on a person. Here's the video, it's a good watch:

http://www.ted.com/talks/alessandro_acquisti_why_privacy_matters?language=en

I love TED talks.

Edit: It's SSN, not SIN (Our Canadian equivalent)
« Last Edit: November 15, 2014, 04:58:54 pm by zenith »