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

autodiscover-tlds.txt with domains only #15

Open
moerkey opened this issue Sep 24, 2021 · 7 comments
Open

autodiscover-tlds.txt with domains only #15

moerkey opened this issue Sep 24, 2021 · 7 comments

Comments

@moerkey
Copy link

moerkey commented Sep 24, 2021

Hello,
could you provide the list with domain names only in another file?
FortiGates are capable of fetching this data in Threat feets.
With that I can create a firewall rules to block traffic to that.
Thank you.
Cheers

@piUser-4
Copy link

Hi,
I second the request/appeal from moerkey. I am using a pi-hole in my environment, as many other will also do, and that is also able to pull such a list.
Thanks in advance,
cheers.

@Footur
Copy link

Footur commented Sep 24, 2021

could you provide the list with domain names only in another file?

curl -s 'https://raw.githubusercontent.com/guardicore/labs_campaigns/master/Autodiscover/autodiscover-tlds.txt' | awk '{print $2}'

That's how you get a list with domains only.

@moerkey
Copy link
Author

moerkey commented Sep 24, 2021

could you provide the list with domain names only in another file?

curl -s 'https://raw.githubusercontent.com/guardicore/labs_campaigns/master/Autodiscover/autodiscover-tlds.txt' | awk '{print $2}'

That's how you get a list with domains only.

I know but I need an external hosted source which I can query regularly. So changes should also go in the other file.

@daixtrose
Copy link

I know but I need an external hosted source which I can query regularly. So changes should also go in the other file.

Feel free to create another GitHub repository and fill its content via GitHub actions triggered when the original file changes.

@shreejiths
Copy link

shreejiths commented Sep 24, 2021

Hi Team, Does the credential leak also affect for O365 domain tenants...? Also will this still affect if we have Modern Authentication in place at Org level on the tenant..?

@Julien-nl
Copy link

when i add this alias to our firewall it detect it only as one ip 127.0.0.1.
i am using opnsense.
is it easy to add those to the host file of the exchange or AD ?

@cmonty14
Copy link

Hello,

Pi-hole can use the list in raw format.
However, there's an issue with special characters; please refer to relevant issue #16.

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

No branches or pull requests

7 participants