https://cacontology.projectvic.org/infrastructure#obfuscationMethods
Methods used to obfuscate infrastructure (proxies, VPNs, Tor, domain fronting).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-infrastructure:SecurityInfrastructure | cacontology-infrastructure:obfuscationMethods | xsd:string |
@prefix cacontology-infrastructure: <https://cacontology.projectvic.org/infrastructure#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-infrastructure:obfuscationMethods a owl:DatatypeProperty ;
rdfs:label "obfuscation methods"@en ;
rdfs:comment "Methods used to obfuscate infrastructure (proxies, VPNs, Tor, domain fronting)."@en ;
rdfs:domain cacontology-infrastructure:SecurityInfrastructure ;
rdfs:range xsd:string .