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

Benign DGA from TcpRoute2 #33

Open
suqitian opened this issue May 3, 2017 · 0 comments
Open

Benign DGA from TcpRoute2 #33

suqitian opened this issue May 3, 2017 · 0 comments

Comments

@suqitian
Copy link
Member

suqitian commented May 3, 2017

  • A cluster from our LTCA(Long tail cluster algorithms).
Date Hostname
20170418 1492462334dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com
20170418 1492459806dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com
20170418 1492462441dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com
20170418 1492460830dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com
20170418 1492462508dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com
20170419 1492589511dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com
20170419 1492590065dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com
20170419 1492590773dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com
20170419 1492590072dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com
20170419 1492590075dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com
  • Actually, these domains were generated by an application named TcpRoute2.
go func() {
    defer wg.Done()
        for _, q := range queries {
            domain := fmt.Sprint(time.Now().Unix(), "dshsdjhsdsgsevstyhndrdrntrtvsvstbruiuok095g.com")
            q.query(domain, recordChan, exitChan)
        }
}()
  • Do not need to block these queries on DNS service.
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

1 participant