RDNS of legitimate names can be a tracking hostname #15

Open
opened 2020-01-07 13:14:07 +00:00 by geoffrey · 0 comments
Owner

Example: www.mitsubishicars.com

$ dig +short www.mitsubishicars.com
168.75.242.199
$ dig +short -x 168.75.242.199
report.mitsubishicars.com.
$ dig +short report.mitsubishicars.com
mitsubishicars.com.d1.sc.omtrdc.net.
52.49.100.189
108.128.130.224
52.31.190.58

Which results in the rule:

www.mitsubishicars.com 4F_2 ← 168.75.242.199/32 3FD19 ← report.mitsubishicars.com 2F_1 ← *.omtrdc.net 1F_7904 ← (first-party rule) 0F_28

Maybe we can find a way to not include those false-positives.

We can skip RDNS data altogether, which only removes <<4090 hostnames (<<745 in -only). I say << because of #14 and the fact it has not rerun yet. If the real numbers are significantly low, this might be not worth it.

Example: `www.mitsubishicars.com` ```shell $ dig +short www.mitsubishicars.com 168.75.242.199 $ dig +short -x 168.75.242.199 report.mitsubishicars.com. $ dig +short report.mitsubishicars.com mitsubishicars.com.d1.sc.omtrdc.net. 52.49.100.189 108.128.130.224 52.31.190.58 ``` Which results in the rule: ``` www.mitsubishicars.com 4F_2 ← 168.75.242.199/32 3FD19 ← report.mitsubishicars.com 2F_1 ← *.omtrdc.net 1F_7904 ← (first-party rule) 0F_28 ``` Maybe we can find a way to not include those false-positives. We can skip RDNS data altogether, which only removes <<4090 hostnames (<<745 in -only). I say << because of #14 and the fact it has not rerun yet. If the real numbers are significantly low, this might be not worth it.
geoffrey added the
false-negative
false-positive
labels 2020-01-07 13:14:07 +00:00
geoffrey added a new dependency 2020-01-07 13:33:01 +00:00
geoffrey added a new dependency 2020-01-07 13:33:31 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks Depends on
#14 Priority can be wrong
geoffrey/eulaurarien
Reference: geoffrey/eulaurarien#15
No description provided.