Difference between revisions of "Type vCard"

From truxwiki.com
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{| style="float:right;border:1px solid black"
 
{| style="float:right;border:1px solid black"
|+ Details
+
|+ [[Type_Evernote_Database|<<]] Details [[Type_vCard_Unicode|>>]]
 
| Defined Constant
 
| Defined Constant
 
| <code>Type_vCard</code>
 
| <code>Type_vCard</code>
Line 20: Line 20:
 
|-
 
|-
 
| Filename Extension
 
| Filename Extension
| <code>vcard</code>
+
| <code>vcard</code><br /><code>vcf</code>
 
|}
 
|}
  
Line 32: Line 32:
 
TEL;waid=211914555085:+211 914 555 085
 
TEL;waid=211914555085:+211 914 555 085
 
</syntaxhighlight>
 
</syntaxhighlight>
 
=Details=
 
* [http://en.wikipedia.org/wiki/VCard vCard]
 
  
 
=Truxton Exploiters=
 
=Truxton Exploiters=
 
This file type is handled by the following ETLs:
 
This file type is handled by the following ETLs:
 
* [[Expand]]
 
* [[Expand]]
 +
 +
=Items Produced=
 +
Truxton will extract the following from this file type:
 +
* <code>[[Entity Types|ENTITY_TYPE_EMAIL_ADDRESS]]</code>
 +
* <code>[[Entity Types|ENTITY_TYPE_FACEBOOK_ACCOUNT_NUMBER]]</code>
 +
* <code>[[Entity Types|ENTITY_TYPE_PERSON]]</code>
 +
* <code>[[Entity Types|ENTITY_TYPE_PHONE_NUMBER]]</code>
 +
* <code>[[Entity Types|ENTITY_TYPE_TELEGRAM_ACCOUNT]]</code>
 +
* <code>[[Entity Types|ENTITY_TYPE_TWITTER_ACCOUNT_ID]]</code>
 +
* <code>[[Entity Types|ENTITY_TYPE_WHATSAPP_ACCOUNT_NUMBER]]</code>
 +
* <code>[[Type_File_Details]]</code>
 +
* Files
 +
 +
=Details=
 +
* [http://en.wikipedia.org/wiki/VCard vCard]

Latest revision as of 21:30, 24 May 2024

<< Details >>
Defined Constant Type_vCard
File Type Value 327
Parent Type ASCII Text
Carve Yes
Format Details No
MIME Type text/vcard
Filename Extension vcard
vcf

vCard

Description

vCard's are the internet "standard" for passing contact information between people/systems.

Interesting note, WhatsApp addresses can appear as waid for example:

TEL;waid=211914555085:+211 914 555 085

Truxton Exploiters

This file type is handled by the following ETLs:

Items Produced

Truxton will extract the following from this file type:

Details