DSU-DefSec / ScoringEngine

Scoring Engine for CCDC
GNU General Public License v3.0
19 stars 7 forks source link

DNS Check - Make dynamic based on Team subnet #12

Open resetcentral opened 6 years ago

resetcentral commented 6 years ago

DNS checks currently use a static IP for each record. We should make it dynamic based on the team's subnet.

mcutshaw commented 5 years ago

Isn't this no longer an issue?

resetcentral commented 5 years ago

Still an issue. Current workaround just checks the last octet which would be the same for each team.

DNS checker here.

Ideally expected['answer'] would be unique to each team (or a template string we could fill with a team id).