!752 concepts. concept IP { S ip; bool myIP, aware; long lastCheck, lastSeenAware; S computerID; new Set pastComputerIDs; } p { RemoteDB db = new RemoteDB("#1006041"); Concepts in = new Concepts().load(db.fullgrab()); for (IP ip : in.list(IP)) print("ip: " + ip.ip); }