Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix InAuth in entities #46

Merged
merged 3 commits into from
May 17, 2019
Merged

Fix InAuth in entities #46

merged 3 commits into from
May 17, 2019

Conversation

csabapalfi
Copy link
Contributor

@csabapalfi csabapalfi commented May 16, 2019

Fix InAuth to entities.

Most sites use their product called InAuth Inbrowser. It's a browser fingerprinting solution so I added it as a "utility".

@csabapalfi csabapalfi changed the title Add InAuth to entities Fix InAuth to entities May 16, 2019
@csabapalfi csabapalfi changed the title Fix InAuth to entities Fix InAuth in entities May 16, 2019
@csabapalfi
Copy link
Contributor Author

csabapalfi commented May 16, 2019

To confirm that these domains are definitely not a generic CDN you can see how the only files served up from there are the JS files called cc.js and et.js for the InAuth product. e.g.

SELECT url
FROM `httparchive.summary_requests.2018_09_01_desktop`requests
WHERE req_host = 'www.cdn-net.com' and method = 'GET'
GROUP BY url

Copy link
Owner

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for this contribution @csabapalfi!!

"categories": ["utility"],
"homepage": "https://www.inauth.com/"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anything we can link to for posterity that shows InAuth's connection to this domain? (WHOIS, article, existing site source, docs, github search, anything works :) )

The owner of the domain is fairly obscured 😄

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah you predicted my question all ready! Would you be willing to throw a screenshot of those query results on this PR and we'll call it a day? :D

Copy link
Owner

@patrickhulce patrickhulce May 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And just to validate for readers that those URLs are indeed for InAuth, here's the current content of the scripts

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha, just commented the same thing

@csabapalfi
Copy link
Contributor Author

Screenshot 2019-05-17 at 00 51 05

Copy link
Owner

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM!

looks like there are still a few rebase issues for some reason though

@csabapalfi
Copy link
Contributor Author

Screenshot 2019-05-17 at 00 52 43

@csabapalfi
Copy link
Contributor Author

@patrickhulce Thanks for the quick review! Fixed the problem introduced during conflict resolution.

@patrickhulce patrickhulce merged commit fb9f86a into patrickhulce:master May 17, 2019
@csabapalfi csabapalfi deleted the inauth branch May 17, 2019 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants